This is a fairly small bugfix release, mostly to resolve a bug introduced in 2.3.3 with commas and LT09. This also includes a couple of additional small performance improvements and some dialect improvements for Oracle, BigQuery and MySQL.
Thanks in particular to @​bonnal-enzo who made their first contribution as part of this release 🎉🎉🏆🎉🎉.
This is a fairly small bugfix release, mostly to resolve a bug introduced
in 2.3.3 with commas and LT09. This also includes a couple of additional
small performance improvements and some dialect improvements for Oracle,
BigQuery and MySQL.
Thanks in particular to @​bonnal-enzo who
made their first contribution as part of this release 🎉🎉🏆🎉🎉.
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 2.3.3 to 2.3.4.
Release notes
Sourced from sqlfluff's releases.
Changelog
Sourced from sqlfluff's changelog.
Commits
10c3865
Prep version 2.3.4 (#5336)5843929
Commas fix in LT09 (#5335)84a54fc
UUID Comparisons (#5332)7299f23
Two depth map performance improvements (#5333)67d86af
Stash parent idx with parent reference (#5331)c694d05
Set
toFrozenSet
in segment class_types (#5334)7dcee95
Add support for ANY_VALUE( _ HAVING MIN/MAX _ ) to BigQuery dialect (#5321)8bf49bc
Fix parsing error when using quoted slash in Oracle (#5323)294e844
Add support for functions and procedures calls via database link in Oracle (#...7b7631d
Fix parsing error with table name '_' in MySQL (#5324)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