You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you Inser x into t returning * is postgres (or others) you get back the snake cased columns. Surround that with select ... from (insert/update/delete) so you get the camel case pieces back like you do from a fetch.
When you Inser x into t returning * is postgres (or others) you get back the snake cased columns. Surround that with select ... from (insert/update/delete) so you get the camel case pieces back like you do from a fetch.