Skip to content
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

#1527 DELETE ... RETURNING ... #1528

Merged

Conversation

manticore-projects
Copy link
Contributor

@manticore-projects manticore-projects commented May 6, 2022

Fixes #1527
Add DELETE... RETURNING ... expression
Simplify INSERT ... RETURNING ... expression
Simply UPDATE ... RETURNING ... expression

Fixes dbeaver/dbeaver#15946

Fixes JSQLParser#1527
Add DELETE... RETURNING ... expression
Simplify INSERT ... RETURNING ... expression
Simply UPDATE ... RETURNING ... expression
According to https://docs.microsoft.com/en-us/sql/t-sql/queries/output-clause-transact-sql?view=sql-server-ver15
Implement Output Clause for INSERT, UPDATE and DELETE
Add Tests according the Microsoft Documentation
@wumpz wumpz merged commit 4d81521 into JSQLParser:master May 11, 2022
@manticore-projects manticore-projects deleted the #1527_DeleteReturningExpression branch May 12, 2022 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants