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
Is your feature request related to a problem? Please describe:
Parser does not support INSERT ... RETURNING statement. See https://mariadb.com/kb/en/insertreturning/
Same goes for {REPLACE|DELETE} ... RETURNING
Feature Request
Is your feature request related to a problem? Please describe:
Parser does not support
INSERT ... RETURNING
statement. See https://mariadb.com/kb/en/insertreturning/Same goes for
{REPLACE|DELETE} ... RETURNING
Describe the feature you'd like:
See https://mariadb.com/kb/en/insertreturning/
Describe alternatives you've considered:
No alternative
Teachability, Documentation, Adoption, Migration Strategy:
e.g.
INSERT INTO user VALUES('john', 'doe') RETURNING *;
Original request: sqlc-dev/sqlc#693
Thanks!
The text was updated successfully, but these errors were encountered: