Releases: sql-formatter-org/sql-formatter
Releases · sql-formatter-org/sql-formatter
15.4.10
Fixes for PL/SQL
- Support
#
and $
in PL/SQL named parameters (#822)
- Support PL/SQL set-operator: MINUS (#825)
Fixes for SQLite
- Remove GROUPS from SQLite keywords list (#823)
15.4.9
PostgreSQL improvements
- Improved various syntax support (#813) (#820) (#821)
- Thanks to Karl Horky
Transact-SQL improvements
- Removed ODBC keywords from Transact-SQL keywords list (#819)
- Format GO on a separate line in Transact-SQL (#814)
15.4.8
Improved keyword classification
- Treat function names as identifiers when they aren't followed by
(
(#812)
- Never detect words in
foo.bar
constructs as keywords (#812)
Transact-SQL fixes
- Treat
$ACTION
as keyword (#810)
- Don't detect
CHAR
as function (only as data-type) (#811)
15.4.7
A few fixes for PostgreSQL operators
- Support PostgreSQL
OPERATOR(...)
syntax (#711)
- Support pgvector operators in PostgreSQL (#807)
15.4.6
Bugfixes
- Fix warnings in yarn.lock file (#799) (thanks to Tony Coconate)
- Add support for decimal values without leading digits (#794) (thanks to JagmitSwami)
- Fix docs for language option (#792) (thanks to Josh Sandler)
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