Skip to content

Releases: sql-formatter-org/sql-formatter

15.6.10

02 Oct 07:55
Compare
Choose a tag to compare

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

11 Sep 05:27
Compare
Choose a tag to compare

Bugfix

  • Support ALTER FUNCTION/PROCEDURE in Transact-SQL (#903)

15.6.8

05 Sep 08:43
Compare
Choose a tag to compare
  • Support ARRAY[] syntax in Redshift (#884)

15.6.7

04 Sep 09:06
Compare
Choose a tag to compare

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

28 Jun 17:40
Compare
Choose a tag to compare
  • Support ODBC date format in TransactSQL #877 (Thanks to @archonic)

15.6.5

18 Jun 09:51
Compare
Choose a tag to compare

Bugfix

  • Support UUID type and functions in PostgreSQL (#876)

15.6.4

10 Jun 10:16
Compare
Choose a tag to compare

Bugfix

  • Fix capitalization of IS NOT NULL (#872)

15.6.3

06 Jun 10:31
Compare
Choose a tag to compare

Bugfix

  • Support DuckDB ->> JSON operator (#871 )

15.6.2

21 May 11:48
Compare
Choose a tag to compare

Bugfix

  • Support QUALIFY clause in Redshift (#866)

15.6.1

24 Apr 07:04
Compare
Choose a tag to compare

Bugfix

  • Allow Spark identifiers to start with numbers (#859)