fix(deps): update dependency sqlglot to >=23.4,<26.5 #10807
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,<26.4
->>=23.4,<26.5
Release Notes
tobymao/sqlglot (sqlglot)
v26.4.1
Compare Source
🐛 Bug Fixes
dd1cdb0
- redshift: generate proper syntax for column type alteration (PR #4698 by @georgesittas)v26.4.0
Compare Source
💥 BREAKING CHANGES
due to
48145a3
- CurrentSchema for SQLite, MySQL, Postgres, and TSQL (PR #4658 by @pruzko):CurrentSchema for SQLite, MySQL, Postgres, and TSQL (#4658)
due to
1a91913
- Parse empty bracketed ARRAY with cast (PR #4679 by @VaggelisD):Parse empty bracketed ARRAY with cast (#4679)
due to
f6482fb
- transpile postgres DATE_BIN function to duckdb TIME_BUCKET (PR #4681 by @dor-bernstein):transpile postgres DATE_BIN function to duckdb TIME_BUCKET (#4681)
due to
ade8b82
- load dialects lazily (PR #4687 by @georgesittas):load dialects lazily (#4687)
✨ New Features
48145a3
- CurrentSchema for SQLite, MySQL, Postgres, and TSQL (PR #4658 by @pruzko)f6482fb
- transpile postgres DATE_BIN function to duckdb TIME_BUCKET (PR #4681 by @dor-bernstein)b2a6041
- oracle: add support for CAST(... DEFAULT ON CONVERSION FAILURE) (PR #4683 by @georgesittas)1ad656e
- enable parsing of (u)int128,256 types for all dialects (PR #4685 by @georgesittas)6f5fb04
- implement Dune dialect (PR #4686 by @georgesittas)9ea15c7
- bigquery: add EXPORT DATA statement support (PR #4688 by @ArnoldHueteG)🐛 Bug Fixes
cd53f7e
- clickhouse: Generate bracket notation for exp.VarMap (PR #4664 by @VaggelisD)0920f77
- use utf-8 encoding in open calls, fixes #4676 (commit by @georgesittas)e71c4c0
- trino: Add more JSON_QUERY options (PR #4673 by @VaggelisD)1a91913
- postgres: Parse empty bracketed ARRAY with cast (PR #4679 by @VaggelisD)c45f174
- bigquery: Inline type-annotated ARRAY literals (PR #4671 by @VaggelisD)df75edd
- duckdb: support postgres JSON/JSONB_OBJECT_AGG to duckdb JSON_GROUP_OBJECT (PR #4677 by @geooo109)69680c1
- tsql: Transpile exp.Fetch limits (PR #4680 by @VaggelisD)b3b0962
- hive: Simplify DATE_FORMAT roundtrip (PR #4689 by @VaggelisD)ade8b82
- load dialects lazily (PR #4687 by @georgesittas)47c0236
- bigquery: Refactor EXPORT DATA statement (PR #4693 by @VaggelisD)1904b76
- tsql: remove BEGIN from identifiers (PR #4695 by @geooo109)a688b6c
- snowflake: support correct AUTO INCREMENT transpilation (PR #4696 by @geooo109)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.