Skip to content

`MERGE`, `ORDER BY` and `GROUP BY`

Compare
Choose a tag to compare
@redcatbear redcatbear released this 21 Nov 09:16
e8a5413

Summary

With this release the SQL Statement Builder supports MERGE (except for the WHERE clauses), ORDER BY and GROUP BY.

Breaking Changes

The Method getAs() in Table was renamed to getAlias() and now returns a String instead of an Optional<String>. To check for the existence without having to check for null, we added the method hasAlias().

Changes

  • #46: Added ORDER BY and GROUP BY
  • #50: Added MERGE