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 RETURNING #38

Open
ethanpailes opened this issue Mar 16, 2020 · 0 comments
Open

Add support for RETURNING #38

ethanpailes opened this issue Mar 16, 2020 · 0 comments
Labels
big This will be a fair bit of effort enhancement New feature or request

Comments

@ethanpailes
Copy link
Contributor

ethanpailes commented Mar 16, 2020

RETURNING is pretty key for getting the id of a row you just modified or inserted, and we should support it. It's not totally clear how to do this with pggens current architecture. I'm hoping the answer is that we need to basically implement \gdesc in go code, and not that postgres itself would need to be patched to support this. Either way, this is going to be a big lift.

@ethanpailes ethanpailes added the enhancement New feature or request label Apr 4, 2020
@ethanpailes ethanpailes added the big This will be a fair bit of effort label Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
big This will be a fair bit of effort enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant