fix(deps): update dependency sqlglot to >=23.4,<26.4 #10715
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.3
->>=23.4,<26.4
Release Notes
tobymao/sqlglot (sqlglot)
v26.3.6
Compare Source
🔧 Chores
085fef6
- bump sqlglotrs to 0.3.12 (commit by @georgesittas)v26.3.5
Compare Source
🔧 Chores
acb7217
- bump sqlglotrs to 0.3.11 (commit by @georgesittas)v26.3.4
Compare Source
🔧 Chores
bb7548d
- bump sqlglotrs to 0.3.10 (commit by @georgesittas)v26.3.3
Compare Source
🔧 Chores
3a188ef
- fix sqlglotrs deployment job (PR #4657 by @georgesittas)7e55533
- bump sqlglotrs to 0.3.9 (commit by @georgesittas)v26.3.2
Compare Source
🔧 Chores
28f56cb
- fix sqlglotrs deployment job (PR #4656 by @georgesittas)846b141
- bump sqlglotrs to 0.3.8 (commit by @georgesittas)v26.3.1
Compare Source
🔧 Chores
ff9ea0c
- change upload-artifact to v4 (commit by @georgesittas)61c4784
- bump sqlglotrs to 0.3.7 (commit by @georgesittas)v26.3.0
Compare Source
💥 BREAKING CHANGES
due to
8b465d4
- expand single VALUES clause in CTE into a SELECT * (PR #4617 by @georgesittas):expand single VALUES clause in CTE into a SELECT * (#4617)
due to
59d886d
- treat LEVEL column in CONNECT BY queries as an identifier (PR #4627 by @georgesittas):treat LEVEL column in CONNECT BY queries as an identifier (#4627)
due to
9db09ff
- support more compact SAFE_DIVIDE transpilation #4634 (PR #4641 by @geooo109):support more compact SAFE_DIVIDE transpilation #4634 (#4641)
due to
94af80b
- Do not remove parens on bracketed expressions (PR #4645 by @VaggelisD):Do not remove parens on bracketed expressions (#4645)
due to
35923e9
- POSITION and all their variants for all dialects (PR #4606 by @pruzko):POSITION and all their variants for all dialects (#4606)
✨ New Features
e47a7c9
- Fix Oracle Integer Type Mapping (PR #4616 by @pruzko)d8ade83
- clickhouse: Dynamic data type (PR #4624 by @pkit)f7628ad
- optimizer: Fix qualify for SEMI/ANTI joins (PR #4622 by @VaggelisD)a20b663
- improve rs tokenizer performance (PR #4638 by @benfdking)ffa0df7
- parser: Support Oracle/Postgres XMLNAMESPACES in XMLTABLE (PR #4643 by @rbreejen)35923e9
- POSITION and all their variants for all dialects (PR #4606 by @pruzko)🐛 Bug Fixes
14474ee
- tsql: support TSQL PRIMARY KEY constraint with DESC, ASC (PR #4618 by @geooo109)8b465d4
- parser: expand single VALUES clause in CTE into a SELECT * (PR #4617 by @georgesittas)647d986
- snowflake: get rid of incorrect time mappings (PR #4629 by @georgesittas)9cbd5ef
- trino: generate ArrayUniqueAgg as ARRAY_AGG(DISTINCT ...) (commit by @georgesittas)59d886d
- optimizer: treat LEVEL column in CONNECT BY queries as an identifier (PR #4627 by @georgesittas)6107661
- snowflake: Allow parsing of TO_TIME (PR #4631 by @VaggelisD)9fdfd4d
- trino: support QUOTES option for JSON_QUERY #4623 (PR #4628 by @geooo109)43eb0d9
- tsql: create schema ast access fixup fixes #4632 (commit by @georgesittas)59f6525
- duckdb: Transpile exp.RegexpILike (PR #4640 by @VaggelisD)9db09ff
- bigquery: support more compact SAFE_DIVIDE transpilation #4634 (PR #4641 by @geooo109)94af80b
- optimizer: Do not remove parens on bracketed expressions (PR #4645 by @VaggelisD)761e835
- qualify using (PR #4646 by @tobymao)8b0b8ac
- sqlite: allow 2-arg version of UNHEX closes #4648 (commit by @georgesittas)2f12bd9
- athena: Generate PartitionedByProperty correctly on CTAS for an Iceberg table (PR #4654 by @erindru)1ea0dc2
- postgres: Support WITHIN GROUP ( order_by_clause ) FILTER for Postgres (PR #4652 by @gl3nnleblanc)♻️ Refactors
284a936
- simplify WITHIN GROUP ... FILTER support (commit by @georgesittas)🔧 Chores
73512f9
- set default properly for use_rs_tokenizer (PR #4619 by @georgesittas)9ba1db3
- add bench command (PR #4621 by @benfdking)0aa1516
- move to string new (PR #4637 by @benfdking)2355a91
- clean up unnecessary mut (PR #4636 by @benfdking)0b68af5
- bump sqlglotrs to 0.3.6 (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.