fix(deps): update dependency sqlglot to >=23.4,<25.20 #10010
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.19
->>=23.4,<25.20
Release Notes
tobymao/sqlglot (sqlglot)
v25.19.0
Compare Source
💥 BREAKING CHANGES
due to
6da9328
- refactor SET OPERATION handling to set correct defaults (PR #4009 by @georgesittas):refactor SET OPERATION handling to set correct defaults (#4009)
due to
4b69d18
- use TO_GEOGRAPHY, TO_GEOMETRY instead of casts (PR #4017 by @georgesittas):use TO_GEOGRAPHY, TO_GEOMETRY instead of casts (#4017)
due to
0985907
- Add UnsupportedError to unnest_to_explode transform (PR #4016 by @VaggelisD):Add UnsupportedError to unnest_to_explode transform (#4016)
due to
7d63d23
- Support JSON_EXISTS, refactor ON handling (PR #4032 by @VaggelisD):Support JSON_EXISTS, refactor ON handling (#4032)
✨ New Features
f550ba1
- presto: support [ SECURITY { DEFINER | INVOKER } ] (PR #4008 by @usmanovbf)dedd757
- oracle: Parse multitable inserts (PR #4000 by @usefulalgorithm)0985907
- Add UnsupportedError to unnest_to_explode transform (PR #4016 by @VaggelisD)8f5fccf
- presto: generate non-iso DayOfWeek (commit by @georgesittas)7d63d23
- oracle: Support JSON_EXISTS, refactor ON handling (PR #4032 by @VaggelisD)85cc7ad
- duckdb: Transpile BQ's exp.ArrayToString (PR #4034 by @VaggelisD)7f2c7f1
- Support for NORMALIZE() function (PR #4041 by @VaggelisD)a1b9803
- support COMPRESS column constraint wihout a value (PR #4045 by @thomascjohnson)🐛 Bug Fixes
8583772
- tsql: Use count_big instead of count (PR #3996 by @colin-ho)4b7ca2b
- spark: Custom annotation for SUBSTRING() (PR #4004 by @VaggelisD)cb172db
- clickhouse: ensure that ALL and DISTINCT are rendered for except and intersect (PR #4007 by @cpcloud)829fdcb
- starrocks: exp.Unnest transpilation (PR #3999 by @hellozepp)6da9328
- refactor SET OPERATION handling to set correct defaults (PR #4009 by @georgesittas)23a928e
- mysql: Preserve roundtrip of %a, %W time formats (PR #4014 by @VaggelisD)2d4483c
- don't log warning in to_json_path conditionally (PR #4015 by @georgesittas)4b69d18
- snowflake: use TO_GEOGRAPHY, TO_GEOMETRY instead of casts (PR #4017 by @georgesittas)1108426
- optimizer: annotate unary expressions correctly (PR #4019 by @georgesittas)5fad18c
- presto: exp.DayOfWeek (PR #4024 by @hellozepp)ea9a494
- parser: consume STREAM in _parse_select only if it's a VAR, closes #4029 (commit by @georgesittas)c239a74
- transpile null exclusion for ARRAY_AGG (PR #4033 by @georgesittas)60a8f16
- parser: don't consume strings in match_text_seq (commit by @georgesittas)a726583
- parser: don't consume strings in match_texts (commit by @georgesittas)551d32f
- postgres: Support for DROP INDEX CONCURRENTLY. (PR #4040 by @EdgyEdgemond)f55647d
- starrocks: exp.Create transpilation (PR #4023 by @hellozepp)bf0f5fa
- parser: Ensure exp.Coalesce expressions is a list (PR #4050 by @VaggelisD)♻️ Refactors
6494776
- simplify multi-insert generation, fix pretty mode (commit by @georgesittas)b11c73e
- clean up starrocks DISTRIBUTED BY property generation (commit by @georgesittas)🔧 Chores
c35a62c
- set the license for sqlglotrs (PR #4048 by @georgesittas)9b7eb2e
- bump sqlglotrs to v0.2.10 (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.