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
Postgres supports the RETURNING clause; we can optimize insert-returning-instance! to take advantage of this so that we don't need to use an additional select query to re-fetch the rows.
The text was updated successfully, but these errors were encountered:
Postgres supports the RETURNING clause; we can optimize
insert-returning-instance!
to take advantage of this so that we don't need to use an additional select query to re-fetch the rows.The text was updated successfully, but these errors were encountered: