exasol / sql-statement-builder

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

Improve `MERGE` documentation and example #54

Closed redcatbear closed 4 years ago

redcatbear commented 4 years ago

Situation

It is confusing that the MERGE documentation does not explain that you have to pick at least one of the merge strategies for a full merge statement.

Acceptance Criteria