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
Currently when doing update/insert/delete the result is generally the number of row impacted.
It could be very useful to implement a RETURNING alternative for theses methods to be able to SELECT theses rows at the same time.