This release is mostly bugfixes and dialect improvements. Notably:
Whitespace handling improvements to LT01 & LT02.
Better error messages around trying to iterate on missing jinja variables.
Better case sensitivity for AL09.
Improved handling of jinja context in inline config directives.
Enabling AM02 for Trino and Snowflake.
Handling potential collisions between ST02 & LT01.
Preventing false positives in AL05 with arrays.
There's also a bunch of documentation improvements in this release, including guides on how to troubleshoot SQLFluff and how to write custom rules. Check out https://docs.sqlfluff.com for more details.
We also saw five new contributors to the project this month. Welcome to the project, and thanks for taking the time to contribute! 🎉🏆🎉
This release is mostly bugfixes and dialect improvements. Notably:
Whitespace handling improvements to LT01 & LT02.
Better error messages around trying to iterate on missing jinja variables.
Better case sensitivity for AL09.
Improved handling of jinja context in inline config directives.
Enabling AM02 for Trino and Snowflake.
Handling potential collisions between ST02 & LT01.
Preventing false positives in AL05 with arrays.
There's also a bunch of documentation improvements in this release, including
guides on how to troubleshoot SQLFluff and how to write custom rules. Check
out https://docs.sqlfluff.com for more details.
We also saw five new contributors to the project this month. Welcome to
the project, and thanks for taking the time to contribute! 🎉🏆🎉
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps sqlfluff from 3.2.4 to 3.2.5.
Release notes
Sourced from sqlfluff's releases.
... (truncated)
Changelog
Sourced from sqlfluff's changelog.
... (truncated)
Commits
36ad37b
Prep version 3.2.5 (#6401)baa32b8
Guides for custom rules and for troubleshooting (#6379)c83c735
Documentation and small overhaul of parametrized rule test cases (#6380)8c63de4
TSQL: add missing unreserved keyword NULLS (#5212) (#6390)052019e
Introducing SQLFluff Guru on Gurubase.io (#6373)62ee9d6
Improve heuristics for inline config (#6391)bc2da1a
Postgres: Handle expressions that occur inIN
functions (#6393)34f5149
Snowflake: Support bracketed lambda functions without datatypes (#6394)9f6a6c3
LT01: Add default config formatch_condition
to touch (#6395)069be3a
Snowflake: Allow for additionalCONNECT BY
expressions that may usePRIOR
...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show