fix(deps): update dependency sqlglot to >=23.4,<26.3 #10668
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=23.4,<26.2
->>=23.4,<26.3
Release Notes
tobymao/sqlglot (sqlglot)
v26.2.1
Compare Source
🔧 Chores
b447322
- parser accepts ctes without as keyword again, except for clickhouse (PR #4612 by @georgesittas)v26.2.0
Compare Source
💥 BREAKING CHANGES
due to
f3fcc10
- allow limit, offset to be used as both modifiers and aliases (PR #4589 by @georgesittas):allow limit, offset to be used as both modifiers and aliases (#4589)
due to
b7ab3f1
- exp.Merge condition for Trino/Postgres (PR #4596 by @MikeWallis42):exp.Merge condition for Trino/Postgres (#4596)
due to
e617d40
- extend ANALYZE common syntax to cover multiple dialects (PR #4591 by @zashroof):extend ANALYZE common syntax to cover multiple dialects (#4591)
✨ New Features
c75016a
- parse analyze compute statistics (PR #4547 by @zashroof)986a1da
- Druid dialect (PR #4579 by @betodealmeida)bc9975f
- move to rustc fx hashmap (PR #4588 by @benfdking)853cbe6
- cleaner IS_ASCII for TSQL (PR #4592 by @pruzko)3ebd879
- LOGICAL_AND and LOGICAL_OR for Oracle (PR #4593 by @pruzko)e617d40
- extend ANALYZE common syntax to cover multiple dialects (PR #4591 by @zashroof)🐛 Bug Fixes
766d698
- postgres: Revert exp.StrPos generation (PR #4586 by @VaggelisD)f3fcc10
- parser: allow limit, offset to be used as both modifiers and aliases (PR #4589 by @georgesittas)2bea466
- optimizer: unions on nested subqueries (PR #4603 by @barakalon)199508a
- snowflake: treat $ as part of the json path key identifier (PR #4604 by @georgesittas)b7ab3f1
- exp.Merge condition for Trino/Postgres (PR #4596 by @MikeWallis42)♻️ Refactors
c0f7309
- simplifytrie_filter
closure inTokenizer
initialization (PR #4599 by @gvozdvmozgu)fb93219
- replacestd::mem::replace
withstd::mem::take
andVec::drain
(PR #4600 by @gvozdvmozgu)🔧 Chores
672d656
- clean up ANALYZE implementation (PR #4607 by @georgesittas)e58a8cb
- apply clippy fixes (PR #4608 by @benfdking)5502c94
- bump sqlglotrs to 0.3.5 (commit by @georgesittas)Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.