Skip to content
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 support for DELETE ... RETURNING ... #9

Closed
wants to merge 1 commit into from
Closed

Add support for DELETE ... RETURNING ... #9

wants to merge 1 commit into from

Conversation

kraih
Copy link
Contributor

@kraih kraih commented Mar 20, 2017

Right now SQL::Abstract supports INSERT ... RETURNING ... and UPDATE ... RETURNING ..., that leaves only DELETE ... RETURNING ..., which is also supported by PostgreSQL. I've tried to emulate the style of UPDATE ... RETURNING ..., but if there's anything i forgot please let me know and i'll update the pull request.

@ilmari
Copy link
Member

ilmari commented Mar 21, 2017

Thanks, merged with minor stylistic tweaking as 85327cd.

@ilmari ilmari closed this Mar 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants