Releases: sql-formatter-org/sql-formatter
Releases · sql-formatter-org/sql-formatter
15.6.10
Bugfixes
- Don't change indentation inside
/*sql-formatter-disable*/
comments (#906)
Transact-SQL improvements
- Properly format basic
CREATE/DROP/ALTER FUNCTION/PROCEDURE
(#865)
- Don't format
COLLATE
as statement (#905)
15.6.9
Bugfix
- Support ALTER FUNCTION/PROCEDURE in Transact-SQL (#903)
15.6.8
- Support ARRAY[] syntax in Redshift (#884)
15.6.7
Minor fixes and improvements
- Treat WITH TIMEZONE as datatype not as a keyword (#896) (thanks to Eniko Nagy)
- Support RETURNING clause in SQLite (#870)
- Support IDENTIFIER() syntax in Snowflake (#883)
- Support underscore in numeric literals of DuckDB & PostgreSQL (#891) (thanks to Hamilton Ulmer)
15.6.6
- Support ODBC date format in TransactSQL #877 (Thanks to @archonic)
15.6.5
Bugfix
- Support UUID type and functions in PostgreSQL (#876)
15.6.4
Bugfix
- Fix capitalization of IS NOT NULL (#872)
15.6.3
Bugfix
- Support DuckDB ->> JSON operator (#871 )
15.6.2
Bugfix
- Support QUALIFY clause in Redshift (#866)
15.6.1
Bugfix
- Allow Spark identifiers to start with numbers (#859)