Skip to content

Releases: JelleZijlstra/sqltree

Release 0.3.0

13 Jul 01:50
d69ba8d
Compare
Choose a tag to compare
  • Add ANSI SQL as a dialect
  • Support escaping quotes by doubling them in string literals
  • Support scientific notation with a negative exponent
  • Fix formatting for quoted identifiers that contain non-alphanumeric characters
  • Support the unary NOT operator
  • Fix formatting of LEFT JOIN and similar queries

Release 0.2.0

24 Jun 23:29
273821d
Compare
Choose a tag to compare
  • Support SELECT ... INTO syntax
  • Support SET TRANSACTION syntax
  • Support a MOD B and a DIV b syntax
  • Support GROUP_CONCAT() syntax

Release 0.1.0

14 Jun 01:37
8c9091f
Compare
Choose a tag to compare

First stable release