New issue

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

Add `returning` to `InsertStatement` and `UpdateStatement` #180

Closed
sgrif opened this Issue Feb 3, 2016 · 0 comments

Comments

Projects
None yet
1 participant
@sgrif
Member

sgrif commented Feb 3, 2016

The ability for RETURNING * to automatically get added is super useful, but sometimes we only want one or two fields. We should allow the user to be explicit about what they want back here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment