Please add support for INSERT RETURNING for PostgreSQL #292
SpruceCloud
started this conversation in
General
Replies: 3 comments
-
I guess SQLX-core is not yet supported of INSERT RETURNING。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
see https://github.com/rbatis/rbatis/blob/master/example/src/crud.rs save_by_wrapper |
Beta Was this translation helpful? Give feedback.
0 replies
-
v4 use impl_select! macro supported |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please add support for
INSERT RETURNING
in PostgreSQL database.https://www.postgresql.org/docs/9.5/sql-insert.html
It can be
last_insert_id
through it (there seems to be a discussion about this field in last_insert_id is None #75)Example:
Beta Was this translation helpful? Give feedback.
All reactions