`MERGE`, `ORDER BY` and `GROUP BY`
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()
.