fix(deps): update dependency sqlglot to >=23.4,<25.30 #10444
+6
−6
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.29
->>=23.4,<25.30
Release Notes
tobymao/sqlglot (sqlglot)
v25.29.0
Compare Source
💥 BREAKING CHANGES
due to
e92904e
- Transpile ANY to EXISTS (PR #4305 by @VaggelisD):Transpile ANY to EXISTS (#4305)
due to
23e620f
- Support MEDIAN() function (PR #4317 by @VaggelisD):Support MEDIAN() function (#4317)
due to
a093ae7
- always wrap value in NOT value IS ... (PR #4331 by @georgesittas):always wrap value in NOT value IS ... (#4331)
due to
84f78aa
- parse information schema views into a single identifier (PR #4336 by @georgesittas):parse information schema views into a single identifier (#4336)
✨ New Features
efd9b4e
- postgres: Support JSONB_EXISTS (PR #4302 by @VaggelisD)e92904e
- spark: Transpile ANY to EXISTS (PR #4305 by @VaggelisD)2af4936
- snowflake: Transpile BQ's TIMESTAMP() function (PR #4309 by @VaggelisD)50a1c91
- snowflake: Transpile exp.TimestampAdd (PR #4320 by @VaggelisD)01671ce
- teradata: add support for hexadecimal literals (PR #4323 by @thomascjohnson)23e620f
- Support MEDIAN() function (PR #4317 by @VaggelisD)9faef8d
- snowflake: Transpile exp.TimestampSub (PR #4329 by @VaggelisD)2d98cac
- BigQuery: Support JSON_VALUE() (PR #4332 by @VaggelisD)f8fec0a
- snowflake: Transpile exp.DatetimeDiff (PR #4334 by @VaggelisD)16fd1ea
- BigQuery: Support JSON_QUERY (PR #4333 by @VaggelisD)c09b6a2
- duckdb: support flags for RegexpExtract (PR #4326 by @NickCrews)536973c
- trino: add support for the ON OVERFLOW clause in LISTAGG (PR #4340 by @georgesittas)4584935
- snowflake: Transpile exp.StrToDate (PR #4348 by @VaggelisD)71f4a47
- snowflake: Transpile exp.DatetimeAdd (PR #4349 by @VaggelisD)🐛 Bug Fixes
551afff
- handle a Move edge case in the semantic differ (PR #4295 by @georgesittas)a66e721
- generator: Add NULL FILTER on ARRAY_AGG only for columns (PR #4301 by @VaggelisD)b4ea602
- clickhouse: improve parsing of WITH FILL ... INTERPOLATE (PR #4311 by @georgesittas)749886b
- tsql: Generate LOG(...) for exp.Ln (PR #4318 by @VaggelisD)5c1b1f4
- parser: optionally parse a Stream expression (PR #4325 by @georgesittas)bb49a00
- oracle: Do not normalize time units for exp.DateTrunc (PR #4328 by @VaggelisD)a093ae7
- clickhouse: always wrap value in NOT value IS ... (PR #4331 by @georgesittas)def4f1e
- Refactor exp.RegexpExtract (follow up 4326) (PR #4341 by @VaggelisD)c1456d0
- presto/trino current_time closes #4344 (commit by @tobymao)8e16abe
- duckdb: we ALWAYS need to render group if params is present for RegexpExtract (PR #4343 by @NickCrews)1689dc7
- bigquery: Parse timezone for DATE_TRUNC (PR #4347 by @VaggelisD)84f78aa
- bigquery: parse information schema views into a single identifier (PR #4336 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.