fix(deps): update dependency sqlglot to >=23.4,<25.8 #9696
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.7
->>=23.4,<25.8
Release Notes
tobymao/sqlglot (sqlglot)
v25.7.1
Compare Source
🐛 Bug Fixes
ae95c18
- alter table add columns closes #3835 (commit by @tobymao)9b5839d
- make ast consistent (commit by @tobymao)v25.7.0
Compare Source
✨ New Features
ba0aa50
- duckdb: Transpile BQ's exp.DatetimeAdd, exp.DatetimeSub (PR #3777 by @VaggelisD)5da91fb
- postgres: Support for CREATE INDEX CONCURRENTLY (PR #3787 by @VaggelisD)00722eb
- Move ANNOTATORS to Dialect for dialect-aware annotation (PR #3786 by @VaggelisD)a6d84fb
- postgres: Parse TO_DATE as exp.StrToDate (PR #3799 by @VaggelisD)3582644
- hive, spark, db: Support for exp.GenerateSeries (PR #3798 by @VaggelisD)80b4a12
- tsql: Support for COLUMNSTORE option on CREATE INDEX (PR #3805 by @VaggelisD)bf6c126
- databricks: Support USE CATALOG (PR #3812 by @VaggelisD)624d411
- snowflake: Support for OBJECT_INSERT, transpile to DDB (PR #3807 by @VaggelisD)5b393fb
- postgres: Add missing constraint options (PR #3816 by @VaggelisD)🐛 Bug Fixes
898f523
- duckdb: Wrap JSON_EXTRACT if it's subscripted (PR #3785 by @VaggelisD)db3748d
- mysql: don't wrap VALUES clause (PR #3792 by @georgesittas)44d6506
- with as comments closes #3794 (commit by @tobymao)8ca6a61
- tsql: Fix roundtrip of exp.Stddev (PR #3806 by @VaggelisD)8551063
- duckdb: Fix STRUCT_PACK -> ROW due to is_struct_cast (PR #3809 by @VaggelisD)98f80ed
- clickhouse: allow like as an identifier closes #3813 (commit by @tobymao)556ba35
- allow parse_identifier to handle single quotes (commit by @tobymao)f9810d2
- snowflake: Don't consume LPAREN when parsing staged file path (PR #3815 by @VaggelisD)416f4a1
- postgres: Fix COLLATE column constraint (PR #3820 by @VaggelisD)69b9395
- Do not preemptively consume SELECT [ALL] if ALL is connected (PR #3822 by @VaggelisD)1c19abe
- presto, trino: Fix StrToUnix transpilation (PR #3824 by @VaggelisD)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.