We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WHERE
MERGE
Basic MERGE support was introduced with #51. Support for WHERE is still missing in the THEN UPDATE, THEN DELETE and THEN INSERT clauses.
THEN UPDATE
THEN DELETE
THEN INSERT
The text was updated successfully, but these errors were encountered:
Feature/50 support merge statement (#53)
e78d2bc
* #52: `MERGE` now supports `WHERE`
redcatbear
Successfully merging a pull request may close this issue.
Situation
Basic
MERGE
support was introduced with #51. Support forWHERE
is still missing in theTHEN UPDATE
,THEN DELETE
andTHEN INSERT
clauses.Acceptance Criteria
WHERE
supported inTHEN UPDATE
,THEN DELETE
andTHEN INSERT
.The text was updated successfully, but these errors were encountered: