-
Notifications
You must be signed in to change notification settings - Fork 610
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,<25.15 #9864
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
renovate
bot
force-pushed
the
renovate/sqlglot-25.x
branch
from
August 19, 2024 14:37
9282df6
to
b768ce3
Compare
renovate
bot
changed the title
fix(deps): update dependency sqlglot to >=23.4,<25.14
fix(deps): update dependency sqlglot to >=23.4,<25.15
Aug 19, 2024
cpcloud
reviewed
Aug 19, 2024
cpcloud
force-pushed
the
renovate/sqlglot-25.x
branch
from
August 19, 2024 15:07
20ad9d5
to
4f80888
Compare
cpcloud
added
the
ci-run-cloud
Add this label to trigger a run of BigQuery, Snowflake, and Databricks backends in CI
label
Aug 19, 2024
ibis-docs-bot
bot
removed
the
ci-run-cloud
Add this label to trigger a run of BigQuery, Snowflake, and Databricks backends in CI
label
Aug 19, 2024
Clouds look good:
|
cpcloud
approved these changes
Aug 19, 2024
cpcloud
reviewed
Aug 19, 2024
cpcloud
force-pushed
the
renovate/sqlglot-25.x
branch
from
August 19, 2024 15:39
4f80888
to
101fc8e
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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,<25.13
->>=23.4,<25.15
Release Notes
tobymao/sqlglot (sqlglot)
v25.14.0
Compare Source
💥 BREAKING CHANGES
due to
605f1b2
- use creatable kind mapping dict for schema<-->database substitution (PR #3924 by @treysp):use creatable kind mapping dict for schema<-->database substitution (#3924)
due to
f418caa
- skip nullable comparison in is_type by default (PR #3927 by @georgesittas):skip nullable comparison in is_type by default (#3927)
✨ New Features
f418caa
- skip nullable comparison in is_type by default (PR #3927 by @georgesittas)🐛 Bug Fixes
605f1b2
- clickhouse: use creatable kind mapping dict for schema<-->database substitution (PR #3924 by @treysp)v25.13.0
Compare Source
💥 BREAKING CHANGES
due to
102f5d4
- infer set op types more accurately (PR #3918 by @georgesittas):infer set op types more accurately (#3918)
due to
46496a6
- improve transpilation of nullable/non-nullable data types (PR #3921 by @georgesittas):improve transpilation of nullable/non-nullable data types (#3921)
🐛 Bug Fixes
c74a8fd
- clickhouse: make try_cast toXXXOrNull() functions case-specific (PR #3917 by @treysp)102f5d4
- optimizer: infer set op types more accurately (PR #3918 by @georgesittas)♻️ Refactors
1d436d4
- clickhouse: transpile TRY_CAST(x AS T) to CAST(x AS Nullable(T)) (PR #3919 by @georgesittas)46496a6
- clickhouse: improve transpilation of nullable/non-nullable data types (PR #3921 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.