exasol / sql-statement-builder

Build SQL statements safely without string concatenation
MIT License
25 stars 4 forks source link

Support `WHERE` in `MERGE` #52

Closed redcatbear closed 4 years ago

redcatbear commented 4 years ago

Situation

Basic MERGE support was introduced with #51. Support for WHERE is still missing in the THEN UPDATE, THEN DELETE and THEN INSERT clauses.

Acceptance Criteria

  1. WHERE supported in THEN UPDATE, THEN DELETE and THEN INSERT.