-
Notifications
You must be signed in to change notification settings - Fork 603
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.2 #9368
Merged
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
force-pushed
the
renovate/sqlglot-25.x
branch
from
June 13, 2024 00:27
6e27853
to
f62275b
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. |
Clouds are passing:
|
cpcloud
approved these changes
Jun 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.1
->>=23.4,<25.2
Release Notes
tobymao/sqlglot (sqlglot)
v25.1.0
Compare Source
💥 BREAKING CHANGES
due to
d6cfb41
- Support for DATE_ADD functions (PR #3609 by @VaggelisD):Support for DATE_ADD functions (#3609)
✨ New Features
d6cfb41
- spark, databricks: Support for DATE_ADD functions (PR #3609 by @VaggelisD)4b30b87
- postgres: Support DIV() func for integer division (PR #3602 by @VaggelisD)ee9b01d
- mysql: support ADD INDEX/KEY/UNIQUE in ALTER TABLE (PR #3621 by @georgesittas)c49cefa
- mysql: support STRAIGHT_JOIN (PR #3623 by @georgesittas)e998308
- eliminate join marks (PR #3580 by @mrhopko)227e054
- oracle: support unicode strings u'...' (PR #3641 by @georgesittas)6df5757
- bq datetime -> timestampfromparts (PR #3642 by @tobymao)6abd2c9
- oracle: Support for WITH READ ONLY / CHECK OPTION (PR #3639 by @VaggelisD)🐛 Bug Fixes
514b3a5
- redshift: add support for Oracle style outer join markers #3611 (PR #3612 by @sandband)6a607d3
- unnest should also be a function (commit by @tobymao)0e1a1fb
- optimizer: don't use datetrunc type for right side (PR #3614 by @barakalon)d96459f
- postgres: sha256 support (commit by @tobymao)05fe847
- snowflake: support fqns in masking/projection policy constraint (PR #3620 by @georgesittas)caa3051
- snowflake: Allow SELECT keyword as JSON path key (PR #3627 by @VaggelisD)96efb64
- tokenizer: properly handle tags that need to be identifiers in heredocs (PR #3630 by @georgesittas)4f8edba
- oracle: Allow optional format in TO_DATE (PR #3637 by @VaggelisD)d8c6153
- oracle: don't apply eliminate_join_markers at parse time (commit by @georgesittas)1afe6ac
- don't generate neq(0) if subquery predicate in ensure_bools (commit by @georgesittas)fc050bd
- sqlite: Fix transpilation of GENERATED AS IDENTITY (PR #3634 by @VaggelisD)47472d9
- duckdb: get rid of TEXT length to facilitate transpilation (PR #3633 by @georgesittas)♻️ Refactors
6194c0f
- clean up logic related to join marker parsing/generation (PR #3613 by @georgesittas)🔧 Chores
5396a8e
- fix SQLFrame casing (PR #3616 by @eakmanrq)0397d6f
- bump sqlglotrs to v0.2.6 (commit 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 has been generated by Mend Renovate. View repository job log here.