v0.8.2
- Require Julia ≥ 1.6.
- Render each argument on a separate line for
SELECT
,GROUP BY
,ORDER BY
,
as well as for a top-levelAND
inWHERE
andHAVING
. - Improved
SQLDialect
interface. - Added Jacob's
CASE
example.
SELECT
, GROUP BY
, ORDER BY
,AND
in WHERE
and HAVING
.SQLDialect
interface.CASE
example.