-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency sqlglot to >=23.4,<23.12 #9029
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cpcloud
approved these changes
Apr 20, 2024
a85bd84
to
899e16a
Compare
|
Clouds are passing: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bigquery
The BigQuery backend
clickhouse
The ClickHouse backend
dependencies
Issues or PRs related to dependencies
duckdb
The DuckDB backend
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,<23.11->>=23.4,<23.12Release Notes
tobymao/sqlglot (sqlglot)
v23.11.2Compare Source
🐛 Bug Fixes
68595eb- edge case (commit by @tobymao)v23.11.1Compare Source
🐛 Bug Fixes
9cf6f4e- don't allow any_token on reserved keywords (commit by @tobymao)v23.11.0Compare Source
💥 BREAKING CHANGES
due to
290e408- Preserve DPipe in simplify_concat (PR #3317 by @VaggelisD):Preserve DPipe in simplify_concat (#3317)
due to
83cff79- add comprehensive reserved keywords for presto and redshift (PR #3322 by @tobymao):add comprehensive reserved keywords for presto and redshift (#3322)
due to
61f5b12- Introduce partition in exp.Table (PR #3327 by @VaggelisD):Introduce partition in exp.Table (#3327)
due to
1832ff1- dynamic styling for inline arrays (commit by @tobymao):dynamic styling for inline arrays
due to
5fb7f5b- dont double indent comments (commit by @tobymao):dont double indent comments
✨ New Features
4f1691a- allow qualify to also annotate on the fly for unnest support (PR #3316 by @tobymao)83cff79- add comprehensive reserved keywords for presto and redshift (PR #3322 by @tobymao)ef3311a- hive: Add 'STORED AS' option in INSERT DIRECTORY (PR #3326 by @VaggelisD)7f9cb2d- clickhouse: Add support for DATE_FORMAT / formatDateTime (PR #3329 by @VaggelisD)61f5b12- Introduce partition in exp.Table (PR #3327 by @VaggelisD)31744b2- prql: handle NULL (PR #3331 by @fool1280)1105044- tsql: add alter table rename (commit by @tobymao)1832ff1- dynamic styling for inline arrays (commit by @tobymao)🐛 Bug Fixes
ef84f17- optimizer: don't simplify parentheses when parent is SubqueryPredicate (PR #3315 by @georgesittas)290e408- optimizer: Preserve DPipe in simplify_concat (PR #3317 by @VaggelisD)52b957a- transform eliminate_qualify on generated columns (PR #3307 by @viplazylmht)eb8d7b8- remove e*s mapping because it's not equivalent to %f (commit by @tobymao)9de1494- allow bigquery udf with resered keyword closes #3332 (PR #3333 by @tobymao)e2b6213- don't double comment unions (commit by @tobymao)5fb7f5b- dont double indent comments (commit by @tobymao)🔧 Chores
81b28c2- fix tests with latest duckdb (commit by @tobymao)17f7eaf- add test (commit by @tobymao)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 has been generated by Mend Renovate. View repository job log here.