fix(deps): update dependency sqlglot to >=23.4,<25.17 #9907
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,<25.16
->>=23.4,<25.17
Release Notes
tobymao/sqlglot (sqlglot)
v25.16.1
Compare Source
🐛 Bug Fixes
c4e5be7
- include dialect when parsing inside cast (PR #3960 by @eakmanrq)🔧 Chores
794dc4c
- update readme to include onboarding doc (commit by @georgesittas)v25.16.0
Compare Source
💥 BREAKING CHANGES
due to
f68d155
- exp.Merge, for Trino and Postgres, dont strip the target alias from then WHEN MATCHED condition to prevent an ambiguous column error (PR #3940 by @erindru):exp.Merge, for Trino and Postgres, dont strip the target alias from then WHEN MATCHED condition to prevent an ambiguous column error (#3940)
due to
667f7d9
- attach INTERPOLATE expressions to WithFill (PR #3944 by @georgesittas):attach INTERPOLATE expressions to WithFill (#3944)
due to
145fdbf
- Redshift date format (PR #3942 by @erindru):Redshift date format (#3942)
due to
a84a21a
- Add timezone support to exp.TimeStrToTime (PR #3938 by @erindru):Add timezone support to exp.TimeStrToTime (#3938)
✨ New Features
a84a21a
- Add timezone support to exp.TimeStrToTime (PR #3938 by @erindru)70a052a
- transpile from_iso8601_timestamp from presto/trino to duckdb (PR #3956 by @georgesittas)🐛 Bug Fixes
f68d155
- exp.Merge, for Trino and Postgres, dont strip the target alias from then WHEN MATCHED condition to prevent an ambiguous column error (PR #3940 by @erindru)0458dc0
- optimizer: expand alias refs recursive CTE edge case patch (PR #3943 by @georgesittas)145fdbf
- Redshift date format (PR #3942 by @erindru)6233c2c
- parser: Support sqls with DESCRIBE partition (PR #3945 by @gp1105739)85cd6e5
- bigquery: Map %e to %-d (PR #3946 by @VaggelisD)1ba0f03
- duckdb: TIME does not support modifiers (PR #3947 by @georgesittas)d5d3615
- optimizer: convert TsOrDsToDate to Cast more conservatively (PR #3949 by @barakalon)fb6edc7
- oracle/snowflake comments closes #3950 (commit by @tobymao)1284fd0
- oracle: Revert NVL() being parsed into exp.Anonymous (PR #3954 by @VaggelisD)c99f8d5
- duckdb: Fix exp.Unnest generation for BQ's nested arrays (PR #3931 by @VaggelisD)♻️ Refactors
f16b0e7
- iteratively generate binary expressions (PR #3926 by @MatMoore)667f7d9
- clickhouse: attach INTERPOLATE expressions to WithFill (PR #3944 by @georgesittas)🔧 Chores
c697357
- slightly refactor Generator.binary, add stress test (commit by @georgesittas)6a5f619
- New doc - Onboarding Doc (PR #3902 by @VaggelisD)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.