chore(deps): update dependency sqlglot to >=24.0.0,<25.26 #188
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:
>=24.0.0,<25.25
->>=24.0.0,<25.26
Release Notes
tobymao/sqlglot (sqlglot)
v25.25.1
Compare Source
🐛 Bug Fixes
e6567ae
- small overload fix for ensure list taking None (PR #4248 by @benfdking)v25.25.0
Compare Source
💥 BREAKING CHANGES
due to
275b64b
- refactor set operation builders so they can work with N expressions (PR #4226 by @georgesittas):refactor set operation builders so they can work with N expressions (#4226)
due to
aee76da
- Native annotations for string functions (PR #4231 by @VaggelisD):Native annotations for string functions (#4231)
due to
202aaa0
- Native annotations for string functions (PR #4234 by @VaggelisD):Native annotations for string functions (#4234)
due to
5741180
- produce exp.Column for the RHS of IN (PR #4239 by @georgesittas):produce exp.Column for the RHS of IN (#4239)
due to
4da2502
- make Explode a UDTF subclass (PR #4242 by @georgesittas):make Explode a UDTF subclass (#4242)
✨ New Features
163e943
- tsql: SPLIT_PART function and conversion to PARSENAME in tsql (PR #4211 by @daihuynh)275b64b
- refactor set operation builders so they can work with N expressions (PR #4226 by @georgesittas)3f6ba3e
- clickhouse: Support varlen arrays for ARRAY JOIN (PR #4229 by @VaggelisD)aee76da
- bigquery: Native annotations for string functions (PR #4231 by @VaggelisD)202aaa0
- bigquery: Native annotations for string functions (PR #4234 by @VaggelisD)eeae25e
- support EXPLAIN in mysql (PR #4235 by @xiaoyu-meng-mxy)06748d9
- mysql: add support for operation modifiers like HIGH_PRIORITY (PR #4238 by @georgesittas)🐛 Bug Fixes
dcdec95
- Make exp.Update a DML node (PR #4223 by @VaggelisD)79caf51
- clickhouse: rename BOOLEAN type to Bool fixes #4230 (commit by @georgesittas)b26a3f6
- satisfy mypy (commit by @georgesittas)5741180
- parser: produce exp.Column for the RHS of IN (PR #4239 by @georgesittas)daa6e78
- optimizer: handle subquery predicate substitution correctly in de morgan's rule (PR #4240 by @georgesittas)c0a8355
- parser: parse a column reference for the RHS of the IN clause (PR #4241 by @georgesittas)♻️ Refactors
0882f03
- Rename exp.RenameTable to exp.AlterRename (PR #4224 by @VaggelisD)fd42b5c
- Simplify PARSENAME <-> SPLIT_PART transpilation (PR #4225 by @VaggelisD)4da2502
- make Explode a UDTF subclass (PR #4242 by @georgesittas)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.