We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to use returning branch in update and insert when using sqlite.
returning
It's more efficient than looking up by primary id after update.
SQLite's support for RETURNING
The text was updated successfully, but these errors were encountered:
Hey @andoriyu, sorry for the delay but before we proceed with the PR: #654 We need to have a consensus on this: #654 (comment)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary
I would like to use
returning
branch in update and insert when using sqlite.Motivation
It's more efficient than looking up by primary id after update.
Additional Information
SQLite's support for RETURNING
The text was updated successfully, but these errors were encountered: