fix(deps): update dependency sqlglot to >=23.4,<25.24 #10230
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.23
->>=23.4,<25.24
Release Notes
tobymao/sqlglot (sqlglot)
v25.23.2
Compare Source
🔧 Chores
eca05d3
- tweak should_deploy_rs script to avoid marking CI as failed (commit by @georgesittas)v25.23.1
Compare Source
🔧 Chores
349b8f8
- fetch all history to allow workflow script to skip sqlglotrs deployments (PR #4162 by @georgesittas)v25.23.0
Compare Source
💥 BREAKING CHANGES
due to
da51ea5
- refactor exp.Chr (PR #4081 by @georgesittas):refactor exp.Chr (#4081)
due to
9c527b5
- treat Nullable as an arg instead of a DataType.TYPE (PR #4094 by @georgesittas):treat Nullable as an arg instead of a DataType.TYPE (#4094)
due to
ba015dc
- addreturning
to merge expression builder (PR #4125 by @max-muoto):add
returning
to merge expression builder (#4125)due to
77a514d
- Parse VALUES & query modifiers in wrapped FROM clause (PR #4135 by @VaggelisD):Parse VALUES & query modifiers in wrapped FROM clause (#4135)
✨ New Features
5771d8d
- add merge expression builder (PR #4084 by @max-muoto)1d52709
- postgres: Parse DO NOTHING and RETURNING in MERGE statement (PR #4087 by @VaggelisD)1615bad
- Add support for UUID function (PR #4089 by @VaggelisD)5733600
- bigquery: transpile UUID type to STRING (PR #4093 by @georgesittas)75230f5
- bigquery: add support for the MERGE ... THEN INSERT ROW syntax (PR #4096 by @georgesittas)f8d4dc4
- parser: add support for ALTER INDEX closes #4105 (commit by @georgesittas)28c6f27
- duckdb: Support *COLUMNS() function (PR #4106 by @VaggelisD)3cb0041
- snowflake: Fix exp.Pivot FOR IN clause (PR #4109 by @VaggelisD)7ac21a0
- athena: Improve DDL query support (PR #4099 by @erindru)a34f8b6
- oracle: support TRUNC without fmt argument fixes #4116 (commit by @georgesittas)bd8e050
- clickhouse: support ON CLUSTER clause in DELETE (PR #4119 by @treysp)1fac6a9
- expose sqlglot.expressions.delete as a sqlglot module function (PR #4126 by @max-muoto)4506b3b
- duckdb: add support for the UNION type (PR #4128 by @georgesittas)ba015dc
- addreturning
to merge expression builder (PR #4125 by @max-muoto)3ec96ab
- clickhouse: Add support for APPLY query modifier (PR #4141 by @VaggelisD)04ddc54
- bigquery: Support RANGE type (PR #4148 by @VaggelisD)17533ee
- Add support for GRANT DDL (PR #4138 by @VaggelisD)1a240ec
- Add SUBSTR Support (PR #4153 by @mwc360)🐛 Bug Fixes
da51ea5
- parser: refactor exp.Chr (PR #4081 by @georgesittas)6294f9e
- starrocks: generate ARRAY_FILTER for exp.ArrayFilter (PR #4088 by @gauravsagar483)1e02c02
- mysql: convert VARCHAR without size to TEXT for DDLs (PR #4092 by @georgesittas)cb5bcff
- clickhouse: generate formatDateTime instead of DATE_FORMAT fixes #4098 (commit by @georgesittas)b10255e
- snowflake: Manually escape single quotes in colon operator (PR #4104 by @VaggelisD)67a9ad8
- Move JSON path escape to generation (PR #4110 by @VaggelisD)06c76f7
- calling interval without unit (commit by @tobymao)66c3295
- optimizer: Enable USING expansion with multiple joins (PR #4113 by @dg-hellotwin)21f5bcd
- parse struct(...)[] type properly (PR #4123 by @georgesittas)22c456d
- Do not generate DISTINCT keyword in FILTER (PR #4130 by @VaggelisD)089b77e
- athena: DDL fixes (PR #4132 by @erindru)e6c9902
- invalid regex (commit by @tobymao)77a514d
- parser: Parse VALUES & query modifiers in wrapped FROM clause (PR #4135 by @VaggelisD)8822d6c
- parser: handle brackets in column op json extract arrow parser (PR #4140 by @georgesittas)be0a4a8
- bigquery: Consume dashed identifiers only if they're connected (PR #4144 by @VaggelisD)0444819
- optimizer: don't reorder subquery predicates in simplify (PR #4147 by @georgesittas)89519bb
- clickhouse: make ToTableProperty appear right after the DDL name (PR #4151 by @georgesittas)♻️ Refactors
9c527b5
- treat Nullable as an arg instead of a DataType.TYPE (PR #4094 by @georgesittas)2961049
- implement decorator to easily mark args as unsupported (PR #4111 by @georgesittas)7cf1d70
- optimizer: Optimize USING expansion (PR #4115 by @VaggelisD)🔧 Chores
75e6406
- prql: rewrite tests to usevalidate_all()
(PR #4097 by @JJHCool)e1f6ae3
- prql: use validate_all instead of validate_identity (commit by @georgesittas)2dc0b86
- optimizer: rename helper function in expand_using (PR #4117 by @georgesittas)fd8b8ba
- create ARRAY_TYPES set under DataType (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.