Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd `returning` to `InsertStatement` and `UpdateStatement` #180
Comments
robertmaloney
referenced this issue
Mar 12, 2016
Merged
Explicit `RETURNING` for `InsertStatement` and `UpdateStatement` #233
sgrif
closed this
in
#233
Mar 16, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sgrif commentedFeb 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.