Skip to content

v0.8.2

Compare
Choose a tag to compare
@xitology xitology released this 22 Dec 20:58
· 173 commits to master since this release
  • Require Julia ≥ 1.6.
  • Render each argument on a separate line for SELECT, GROUP BY, ORDER BY,
    as well as for a top-level AND in WHERE and HAVING.
  • Improved SQLDialect interface.
  • Added Jacob's CASE example.