fix(deps): update dependency sqlglot to >=23.4,<25.31 #10472
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,<25.30
->>=23.4,<25.31
Release Notes
tobymao/sqlglot (sqlglot)
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)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.