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

Better support for returnimg statement on back ends #156

Closed
marlon-sousa opened this issue Oct 5, 2021 · 0 comments · Fixed by #155 or #317
Closed

Better support for returnimg statement on back ends #156

marlon-sousa opened this issue Oct 5, 2021 · 0 comments · Fixed by #155 or #317

Comments

@marlon-sousa
Copy link
Contributor

I am investigating how to better integrate returning statements to back ends which support them.

MariaDB above version 10 and latest sqlite versions already offer this support, and a better handling of how returning statement works will benefit almost everyone using inserts, multiple multiple and updates, as well as some use cases for delete.

A reference implementation is at pr #155

This issue is a required work to address SeaQL/sea-orm#183

Technical implementation

For details, please see rreference implementation #155

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