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

Add returning keyword plan and executor for supporting PG compliant DML #68

Closed
wants to merge 10 commits into from

Conversation

RogueJin
Copy link

What problem does this PR solve?

Add returning keyword plan and executor for supporting PG compliant DML

Issue Number: #40

Problem Summary:

What is changed and how it works?

What's Changed:

  1. update DC parser version to parse returning keyword
  2. support result set after deletion
  3. add returning plan and executor

Side effects

  • Performance regression
    • Consumes more MEM

Signed-off-by: RogueJin <21214103+RogueJin@users.noreply.github.com>
modify adapter.go to execute returning separately

Signed-off-by: RogueJin <21214103+RogueJin@users.noreply.github.com>
Signed-off-by: RogueJin <21214103+RogueJin@users.noreply.github.com>
modify adapter.go to execute returning separately

Signed-off-by: RogueJin <21214103+RogueJin@users.noreply.github.com>
Signed-off-by: RogueJin <21214103+RogueJin@users.noreply.github.com>
modify adapter.go to execute returning separately

Signed-off-by: RogueJin <21214103+RogueJin@users.noreply.github.com>
@pupillord pupillord closed this Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants