fix(deps): update dependency sqlglot to >=23.4,<26.2 #10662
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,<26.1
->>=23.4,<26.2
Release Notes
tobymao/sqlglot (sqlglot)
v26.1.3
Compare Source
🐛 Bug Fixes
d250846
- snowflake: generate LIMIT when OFFSET exists #4575 (PR #4581 by @geooo109)🔧 Chores
ffbb935
- install python 3.7 when building windows wheel for sqlglotrs (PR #4585 by @georgesittas)1ea05c0
- bump sqlglotrs to 0.3.4 (commit by @georgesittas)v26.1.2
Compare Source
🔧 Chores
e33af0b
- try setup-python@v5 in the publish job (PR #4582 by @georgesittas)3259f84
- bump sqlglotrs to 0.3.3 (commit by @georgesittas)v26.1.1
Compare Source
🔧 Chores
e51d1cf
- release sqlglotrs for Python 3.13 on windows (PR #4580 by @VaggelisD)975ffa0
- bump sqlglotrs to 0.3.2 (commit by @georgesittas)v26.1.0
Compare Source
💥 BREAKING CHANGES
due to
07d05da
- normalize before qualifying tables (PR #4539 by @tobymao):normalize before qualifying tables (#4539)
due to
cead7c3
- require AS token in CTEs for all dialects except spark, databricks (PR #4546 by @georgesittas):require AS token in CTEs for all dialects except spark, databricks (#4546)
due to
231d032
- support Unicode in sqlite, mysql, tsql, postgres, oracle (PR #4554 by @pruzko):support Unicode in sqlite, mysql, tsql, postgres, oracle (#4554)
due to
83595b6
- parse ASCII into Unicode to facilitate transpilation (commit by @georgesittas):parse ASCII into Unicode to facilitate transpilation
due to
e141960
- improve transpilation of CHAR[ACTER]_LENGTH (PR #4555 by @pruzko):improve transpilation of CHAR[ACTER]_LENGTH (#4555)
✨ New Features
7a517d7
- Introduce meta comment to parse known functions as exp.Anonymous (PR #4532 by @VaggelisD)6992c18
- tokenizer: Allow underscore separated number literals (PR #4536 by @VaggelisD)7fe9f7f
- tsql: add support for DATETRUNC #4531 (PR #4537 by @geooo109)931eef6
- duckdb: Support simplified UNPIVOT statement (PR #4545 by @VaggelisD)923a1f7
- treat NAMESPACE as a db creatable (PR #4556 by @TanviPardeshi)b0cc7d0
- add support for IS_ASCII (PR #4557 by @pruzko)231d032
- support Unicode in sqlite, mysql, tsql, postgres, oracle (PR #4554 by @pruzko)83595b6
- hive: parse ASCII into Unicode to facilitate transpilation (commit by @georgesittas)095fb1e
- generate POSITION instead of STRPOS for Postgres (PR #4577 by @pruzko)9def0b7
- add support for Chr in tsql and sqlite (PR #4566 by @pruzko)d32d26a
- postgres: add support for XMLTABLE (commit by @georgesittas)e141960
- improve transpilation of CHAR[ACTER]_LENGTH (PR #4555 by @pruzko)🐛 Bug Fixes
07d05da
- normalize before qualifying tables (PR #4539 by @tobymao)1ed3235
- allow When in exp.merge fixes #4543 (commit by @georgesittas)cead7c3
- parser: require AS token in CTEs for all dialects except spark, databricks (PR #4546 by @georgesittas)006b384
- postgres: add support for WHERE clause in INSERT DML (PR #4550 by @georgesittas)795e7e0
- Pin ubuntu to 22.04 for Python 3.7 (PR #4571 by @VaggelisD)2495508
- tsql: generate correct DateFromParts naming (PR #4563 by @geooo109)2aff4ae
- duckdb: support parentheses with FROM-First syntax (PR #4569 by @geooo109)51ac9a7
- rust-tokenizer: increase integer width when converting hex literals (PR #4573 by @georgesittas)94ffdb7
- addressing mismatch in STR_POSITION argument order in executor. (PR #4574 by @cecilycarver)139b699
- tsql: transpile snowflake TIMESTAMP_NTZ to DATETIME2 (PR #4576 by @geooo109)ceb42fa
- parse & generate Length properly in clickhouse (commit by @georgesittas)🔧 Chores
9921528
- introduce benchmarking for rust (PR #4552 by @benfdking)0ffe8f9
- temporarily disable sqlglotrs benchmarking (PR #4578 by @georgesittas)7a0dbcf
- bump sqlglotrs to 0.3.1 (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.