Releases: sql-formatter-org/sql-formatter
Releases · sql-formatter-org/sql-formatter
15.4.5
- Support lambda operator and FILTER() in Snowflake (#789)
15.4.4
- Fix config file search location (#788)
15.4.3
Bugfix
- Fix formatting of
DO UPDATE
in SQLite (#783)
15.4.2
Bugfix
- Support assignment operator in Snowflake (#775)
15.4.1
Bugfixes
- Allow TYPE to be used as an identifier in Snowflake #771
15.4.0
New features
- Support auto-detected config file
.sql-formatter.json
(#766) thanks to Jonathan Schuster
Minor improvements
- Support
GREATEST_IGNORE_NULLS
in Snowflake dialect (#758) thanks to Max R
- Throw error when empty regex in custom paramTypes config (#754)
15.3.2
- Fix parsing of
/** **/
nested block comments (#747) (thanks to Wylie Conlon)
15.3.1
Bugfixes
- Added
^@
operator for PostgreSQL #734
15.3.0
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
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.