3.2.4
版本发布时间: 2024-10-15 02:39:11
sqlfluff/sqlfluff最新发布版本:3.2.5(2024-10-25 17:15:22)
Highlights
This release is almost all dialect fixes and bugfixes. Notably also, this release brings official python 3.13 support too (although most users should not realise any differences).
We also see two new contributors to the project. Welcome @R3gardless & @brandonschabell! 🎉🎉🎉
What’s Changed
- Utilize a deepcopy of the config object when parsing files (#6344) @brandonschabell
- Snowflake supports other literals in system functions (#6355) @alanmcruickshank
- Snowflake: Un-reserve CURRENT_USER (#6354) @alanmcruickshank
- tsql: handle additional primary/foreign key options in constraints (#6347) @keraion
- Add
DROP COLUMN
support for multiple dialects (#6348) @keraion - TSQL: allow
UPDATE
to be a function name (#6349) @keraion - tsql: allow both on delete and on update in a
reference_constraint
(#6346) @keraion - Postgres : Allow Extensions with Special Characters in Name (#6345) @R3gardless
- Fix
tox
command in test/fixtures/dialects/README.md (#6342) @R3gardless - Revise dbt warnings when a file fails to compile (#6338) @alanmcruickshank
- Postgres: Add
CREATE FOREIGN DATA WRAPPER
statement (#6335) @keraion - Trino: Add some support to
json_query
functions (#6336) @keraion - Handle deprecation warning of "fork" (#6332) @alanmcruickshank
- Python 3.13 support and make it default for test coverage (#6269) @alanmcruickshank
- ST06 - Fix union of CTE/Subquery (#6298) @rogalski
- Refactor timestamp grammar (#6331) @greg-finley