chore(deps): update dependency sqlglot to >=24.0.0,<25.32 #200
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:
>=24.0.0,<25.29
->>=24.0.0,<25.32
Release Notes
tobymao/sqlglot (sqlglot)
v25.31.4
Compare Source
🐛 Bug Fixes
59b8b6d
- preserve column quoting in DISTINCT ON elimination (commit by @georgesittas)v25.31.3
Compare Source
✨ New Features
835e717
- clickhouse: transform function support (PR #4408 by @GaliFFun)🐛 Bug Fixes
0479743
- snowflake: cast to TimeToStr arg to TIMESTAMP more conservatively (commit by @georgesittas)v25.31.2
Compare Source
🐛 Bug Fixes
d851269
- use existing aliases in DISTINCT ON elimination, if any (commit by @georgesittas)v25.31.1
Compare Source
✨ New Features
b00d857
- add support for specifying column in row_number function (PR #4406 by @GaliFFun)🐛 Bug Fixes
0e46cc7
- refactor DISTINCT ON elimination transformation (PR #4407 by @georgesittas)v25.31.0
Compare Source
💥 BREAKING CHANGES
due to
f4abfd5
- Support FORMAT_TIMESTAMP (PR #4383 by @VaggelisD):Support FORMAT_TIMESTAMP (#4383)
due to
45eef60
- use select star when eliminating distinct on (PR #4401 by @agrigoroi-palantir):use select star when eliminating distinct on (#4401)
✨ New Features
72ffdcb
- bigquery: Add parsing support for STRPOS(...) (PR #4378 by @VaggelisD)e7b67e0
- bigquery: Support MAKE_INTERVAL (PR #4384 by @VaggelisD)37c4809
- bigquery: Support INT64(...) (PR #4391 by @VaggelisD)9694999
- Add support for CONTAINS(...) (PR #4399 by @VaggelisD)🐛 Bug Fixes
f4abfd5
- bigquery: Support FORMAT_TIMESTAMP (PR #4383 by @VaggelisD)bb46ee3
- parser: Parse exp.Column for DROP COLUMN (PR #4390 by @VaggelisD)79f6783
- snowflake: Wrap DIV0 operands if they're binary expressions (PR #4393 by @VaggelisD)647b98d
- starrocks: Add RESERVED_KEYWORDS specific to starrocks (PR #4402 by @notexistence)45eef60
- use select star when eliminating distinct on (PR #4401 by @agrigoroi-palantir)♻️ Refactors
a3af2af
- attach stamement comments consistently (PR #4377 by @georgesittas)🔧 Chores
858c5b1
- improve contribution guide (PR #4379 by @georgesittas)160e688
- fix relative benchmark import, comment out sqltree (PR #4403 by @georgesittas)8d78add
- bump PYO3 to v"0.22.6" (PR #4400 by @MartinSahlen)f78e755
- bump sqlglotrs to v0.2.14 (commit by @georgesittas)v25.30.0
Compare Source
💥 BREAKING CHANGES
due to
60625ea
- Fix STRUCT cast generation (PR #4366 by @VaggelisD):Fix STRUCT cast generation (#4366)
✨ New Features
87ab8fe
- spark, bigquery: Add support for UNIX_SECONDS(...) (PR #4350 by @VaggelisD)42da638
- bigquery: Support JSON_VALUE_ARRAY(...) (PR #4356 by @VaggelisD)e337a42
- bigquery: Parse REGEXP_SUBSTR as exp.RegexpExtract (PR #4358 by @VaggelisD)602dbf8
- Support REGEXP_EXTRACT_ALL (PR #4359 by @VaggelisD)27a44a2
- improve Levenshtein expression transpilation (PR #4360 by @krzysztof-kwitt)79c675a
- bigquery: Support JSON_QUERY_ARRAY & JSON_EXTRACT_ARRAY (PR #4361 by @VaggelisD)57722db
- optionally wrap connectors when using builders (PR #4369 by @georgesittas)🐛 Bug Fixes
eb8e2fe
- bubble up comments in qualified column refs fixes #4353 (commit by @georgesittas)efcbfdb
- clickhouse: Generate exp.Median as lowercase (PR #4355 by @VaggelisD)60625ea
- duckdb: Fix STRUCT cast generation (PR #4366 by @VaggelisD)a665030
- safe removal while iterating expression list for multiple UNNEST expressions (PR #4364 by @gauravsagar483)a71cee4
- Transpilation of exp.ArraySize from Postgres (read) (PR #4370 by @VaggelisD)702fe31
- Remove flaky timing test (PR #4371 by @VaggelisD)4d3904e
- spark: Support DB's TIMESTAMP_DIFF (PR #4373 by @VaggelisD)060ecfc
- don't generate comments in table_name (PR #4375 by @georgesittas)🔧 Chores
e19fb62
- improve error handling for unnest_to_explode (PR #4339 by @gauravsagar483)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 - At any time (no schedule defined), 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.