Releases: JelleZijlstra/sqltree
Releases · JelleZijlstra/sqltree
Release 0.3.0
- 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
- Support
SELECT ... INTO
syntax - Support
SET TRANSACTION
syntax - Support
a MOD B
anda DIV b
syntax - Support
GROUP_CONCAT()
syntax
Release 0.1.0
First stable release