Releases: sql-formatter-org/sql-formatter
Releases · sql-formatter-org/sql-formatter
15.3.2
20 Jun 07:05
Compare
Sorry, something went wrong.
No results found
Fix parsing of /** **/ nested block comments (#747 ) (thanks to Wylie Conlon)
15.3.1
23 Apr 06:27
Compare
Sorry, something went wrong.
No results found
Bugfixes
Added ^@ operator for PostgreSQL #734
15.3.0
16 Mar 18:56
Compare
Sorry, something went wrong.
No results found
New dialect
Bugfixes
Properly detect PostgreSQL TEXT as data type (#726 )
Format DEFAULT VALUES clause for PostgreSQL (#720 )
Format PRIMARY KEY and GENERATED constraints in PostgreSQL (#714 )
15.2.0
30 Jan 09:15
Compare
Sorry, something went wrong.
No results found
Larger change in PostgreSQL keywordCase handling
Removed almost all of PostgreSQL non-reserved keywords #709
The keywords list that's used for uppercasing keywords is now much smaller.
This will lead to some keywords not being uppercased any more.
But it will eliminate several cases where table and column names were detected as keywords and uppercased.
15.1.3
26 Jan 09:32
Compare
Sorry, something went wrong.
No results found
Bugfixes
Allow for keywords after : operator in Snowflake #706
15.1.2
22 Jan 15:06
Compare
Sorry, something went wrong.
No results found
Bugfixes
Fix tabular formatting for CREATE TABLE #690
15.1.1
22 Jan 11:06
Compare
Sorry, something went wrong.
No results found
Bugfixes
Format Transact-SQL OPTION () clause on a separate line #705
Format Transact-SQL FOR clause on a separate line
15.1.0
21 Jan 17:57
Compare
Sorry, something went wrong.
No results found
New features
Add support for disable/enable comments to turn off formatting for sections of SQL file #703
Allow passing inline JSON config object from command line (e.g. --config '{"keywordCase": "upper"}') #701
Bugfixes
Treat ASC,DESC as reserved words in "sql" dialect #702
Fix crash when database..table syntax encountered in Transact-SQL #700
15.0.2
10 Dec 08:00
Compare
Sorry, something went wrong.
No results found
Bugfix
Export KeywordCase and DataTypeCase types
15.0.1
10 Dec 07:36
Compare
Sorry, something went wrong.
No results found
Bugfix
Improve IDENTIFIED BY formatting in MySQL, MariaDB & SingleStoreDB (#691 ) Thanks to eeXun