fix(deps): update dependency sqlglot to >=23.4,<25.7 #9628
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.6
->>=23.4,<25.7
Release Notes
tobymao/sqlglot (sqlglot)
v25.6.0
Compare Source
💥 BREAKING CHANGES
due to
89fc63c
- QUALIFY comes after WINDOW clause in queries (PR #3745 by @georgesittas):QUALIFY comes after WINDOW clause in queries (#3745)
due to
a2a6efb
- Canonicalize struct & array inline constructor (PR #3751 by @VaggelisD):Canonicalize struct & array inline constructor (#3751)
✨ New Features
e9c4bbb
- Support for ORDER BY ALL (PR #3756 by @VaggelisD)4a843e6
- postgres: Support FROM ROWS FROM (...) (PR #3753 by @VaggelisD)321051a
- presto, trino: Add support for exp.TimestampAdd (PR #3765 by @VaggelisD)82a1bb4
- Support for RPAD & LPAD functions (PR #3757 by @VaggelisD)🐛 Bug Fixes
89fc63c
- duckdb, clickhouse: QUALIFY comes after WINDOW clause in queries (PR #3745 by @georgesittas)15ca924
- optimizer: Fix expansion of SELECT * REPLACE, RENAME (PR #3742 by @VaggelisD)0363fef
- attach comments to Commands (PR #3758 by @georgesittas)a2a6efb
- bigquery: Canonicalize struct & array inline constructor (PR #3751 by @VaggelisD)5df3f52
- Remove number matching from COLON placeholder parser (PR #3761 by @VaggelisD)0606af6
- duckdb: Transpile UDFs from Databricks (PR #3768 by @VaggelisD)dcc783a
- clickhouse: Allow TokenType.SELECT as a Tuple field identifier (PR #3766 by @VaggelisD)b42b7ac
- extract from time/date (commit by @tobymao)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 has been generated by Mend Renovate. View repository job log here.