Closed redcatbear closed 4 years ago
Basic MERGE support was introduced with #51. Support for WHERE is still missing in the THEN UPDATE, THEN DELETE and THEN INSERT clauses.
MERGE
WHERE
THEN UPDATE
THEN DELETE
THEN INSERT
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
.