Releases: sql-formatter-org/sql-formatter
Releases · sql-formatter-org/sql-formatter
12.2.1
Bugfixes
- Support named arguments for BigQuery (#603) (thanks to pokutuna)
12.2.0
New feature
- Custom paramTypes config (#582)
12.1.4
- Export
ParamItems
and ParamTypes
at top level #577
12.1.3
Bugfixes
- Add FOR UPDATE clause support for Postgres (#574) (thanks to Nathan Walters)
12.1.2
Enhancements
- Support BigQuery system variables (#568)
12.1.1
Bugfixes
- Fix long-standing bug:
BETWEEN
operator followed by AND
operator no more causes a crash (#566)
- Fix formatting of
IS [NOT] DISTINCT FROM
operator (#565)
- Improve formatting of block comments that aren't doc-comments (#559)
12.1.0
New feature
- New command line flag
--fix
for formatting files in-place (#406)
12.0.6
Bugfix
- Allow DB2 identifiers to start with
$
, @
, #
chars #550
12.0.5
Bugfixes
- Fixed trailing comment handling with
commaPosition
option (thanks to Stanislav Germanovskii) #505
Dependency updates
- Bumped json5 from 1.0.1 to 1.0.2 (#548)
12.0.4
Bugfixes
- Fix formatting of ON CONFLICT clause (#535)
- Support QUALIFY clause in Snowflake (#539)