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

Convenience feature: returnAll() #209

Open
Daemach opened this issue Jan 9, 2022 · 1 comment
Open

Convenience feature: returnAll() #209

Daemach opened this issue Jan 9, 2022 · 1 comment

Comments

@Daemach
Copy link
Contributor

Daemach commented Jan 9, 2022

It doesn't happen a lot, but occasionally I have to do something like the code below. It would be nice to have an alternative/extension to the returning() function that returns a full record rather than just a single field. IOW, first() vs value().

image

@elpete
Copy link
Collaborator

elpete commented May 15, 2023

Still a good idea, this can be done in v9.2.0 using returningRaw( "INSERTED.*" )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants