-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Feature/issues 156 extended returning support #317
Feature/issues 156 extended returning support #317
Conversation
… select expression
Extended returning support
1) Fix tests 2) Fix docs 3) Fix query_builder.rs
@billy1624 @tyt2y3 done, can you review my PR, please. @RomainMazB you were also interested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
- I think we can have one more helper method
returning_all
alongside withreturning
andreturning_col
- Note that returning is support since MariaDB 10.5, https://mariadb.com/kb/en/insertreturning/
@billy1624 thank you! I add support for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually I feel slightly sad to have broke this API, but seems like it's a good move
PR Info
Continue: #155