You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: