fix(deps): update dependency sqlglot to >=23.4,<26.7 #10822
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.5
->>=23.4,<26.7
Release Notes
tobymao/sqlglot (sqlglot)
v26.6.0
Compare Source
💥 BREAKING CHANGES
due to
a790e41
- avoid redundant casts in FROM/TO_UTC_TIMESTAMP (PR #4725 by @georgesittas):avoid redundant casts in FROM/TO_UTC_TIMESTAMP (#4725)
🐛 Bug Fixes
a790e41
- spark: avoid redundant casts in FROM/TO_UTC_TIMESTAMP (PR #4725 by @georgesittas)v26.5.0
Compare Source
💥 BREAKING CHANGES
due to
da52181
- TO_DATE parsing with safe flag true (PR #4713 by @geooo109):TO_DATE parsing with safe flag true (#4713)
due to
b12aba9
- Improve UUID support (PR #4718 by @amachanic):Improve UUID support (#4718)
due to
27ec74b
- Properly set 'this' when parsing IDENTITY (PR #4719 by @amachanic):Properly set 'this' when parsing IDENTITY (#4719)
✨ New Features
c31947b
- postgres: Support generation of exp.CountIf (PR #4709 by @VaggelisD)🐛 Bug Fixes
b842d93
- postgres: enable qualification of queries using the ROWS FROM syntax (PR #4699 by @georgesittas)5f90307
- duckdb: enable support for user-defined types (PR #4702 by @georgesittas)23283ca
- avoid concealing dialect module exception in _try_load (PR #4708 by @georgesittas)707d45e
- tsql: support default values on definitons and the OUTPUT/OUT/READ_ONLY syntax (PR #4704 by @geooo109)da52181
- hive: TO_DATE parsing with safe flag true (PR #4713 by @geooo109)b12aba9
- tsql, postgres: Improve UUID support (PR #4718 by @amachanic)27ec74b
- tsql: Properly set 'this' when parsing IDENTITY (PR #4719 by @amachanic)f7e22d4
- don't change query if no join marks in eliminate_join_marks, fixes #4721 (commit by @georgesittas)b918ff1
- bigquery: type-annotated array literal logic edge case (PR #4724 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.