fix(deps): update dependency sqlglot to >=23.4,<25.33 #10527
+5
−5
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.32
->>=23.4,<25.33
Release Notes
tobymao/sqlglot (sqlglot)
v25.32.0
Compare Source
💥 BREAKING CHANGES
due to
0eed45c
- Add support for ATTACH/DETACH statements (PR #4419 by @VaggelisD):Add support for ATTACH/DETACH statements (#4419)
due to
da48b68
- Tokenize hints as comments (PR #4426 by @VaggelisD):Tokenize hints as comments (#4426)
due to
fe35394
- fix datetime coercion in the canonicalize rule (PR #4431 by @georgesittas):fix datetime coercion in the canonicalize rule (#4431)
due to
fddcd3d
- bump sqlglotrs to 0.3.0 (commit by @georgesittas):bump sqlglotrs to 0.3.0
✨ New Features
0eed45c
- duckdb: Add support for ATTACH/DETACH statements (PR #4419 by @VaggelisD)2db757d
- bigquery: Support FEATURES_AT_TIME (PR #4430 by @VaggelisD)fc591ae
- risingwave: add support for SINK, SOURCE & other DDL properties (PR #4387 by @lin0303-siyuan)a2bde2e
- mysql: improve transpilability of CHAR[ACTER]_LENGTH (commit by @georgesittas)0acc248
- snowflake: Support CREATE ... WITH TAG (PR #4434 by @asikowitz)37863ff
- snowflake: Transpile non-UNNEST exp.GenerateDateArray refs (PR #4433 by @VaggelisD)🐛 Bug Fixes
83ee97b
- parser: Do not parse window function arg as exp.Column (PR #4415 by @VaggelisD)b22e0c8
- parser: Extend DESCRIBE parser for MySQL FORMAT & statements (PR #4417 by @VaggelisD)d1d2ae7
- duckdb: Allow count arg on exp.ArgMax & exp.ArgMin (PR #4413 by @aersam)e3c45d5
- presto reset session closes #4421 (commit by @tobymao)fd81f1b
- more presto commands (commit by @tobymao)da48b68
- Tokenize hints as comments (PR #4426 by @VaggelisD)69d4a8c
- tsql: Map weekday to %w (PR #4438 by @VaggelisD)41d6a13
- add return type (PR #4440 by @etonlels)fe35394
- optimizer: fix datetime coercion in the canonicalize rule (PR #4431 by @georgesittas)6aea9f3
- Refactor NORMALIZE_FUNCTIONS flag usage (PR #4437 by @VaggelisD)♻️ Refactors
f32a435
- risingwave: clean up SINK/SOURCE logic (PR #4432 by @georgesittas)b24aced
- snowflake: clean up [WITH] TAG property / constraint (PR #4439 by @georgesittas)🔧 Chores
fddcd3d
- bump sqlglotrs to 0.3.0 (commit by @georgesittas)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)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.