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
For English only, other languages will not be accepted.
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot make decision by current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Currently firebird parser does not support RETURNING in insert statements, but prepareStatement with Statement.RETURN_GENERATED_KEYS automatically adds RETURN to the given SQL.
* Update firebird insert statement to support returning (#33977)
* Refactor RETURNING statement to use projections
* Update firebird update statement to support returning
* Update firebird delete statement to support returning
---------
Co-authored-by: TedCraft <[email protected]>
Feature Request
For English only, other languages will not be accepted.
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot make decision by current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Is your feature request related to a problem?
Related to #33699.
Describe the feature you would like.
Currently firebird parser does not support RETURNING in insert statements, but prepareStatement with Statement.RETURN_GENERATED_KEYS automatically adds RETURN to the given SQL.
Docs: https://firebirdsql.org/refdocs/langrefupd21-insert.html.
Example SQL:
The text was updated successfully, but these errors were encountered: