-
Notifications
You must be signed in to change notification settings - Fork 609
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,<24.2 #9277
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-24.x
branch
from
May 31, 2024 10:53
034c7e1
to
ca0819a
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. |
cpcloud
approved these changes
May 31, 2024
cpcloud
force-pushed
the
renovate/sqlglot-24.x
branch
from
May 31, 2024 12:03
ca0819a
to
1348ea2
Compare
clouds are passing:
|
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,<24.1
->>=23.4,<24.2
Release Notes
tobymao/sqlglot (sqlglot)
v24.1.0
Compare Source
💥 BREAKING CHANGES
due to
0788c94
- Expand stars on BigQuery's tbl.struct_col.* selections (PR #3531 by @VaggelisD):Expand stars on BigQuery's tbl.struct_col.* selections (#3531)
due to
3e71393
- Refactor struct star expansion in BQ (PR #3576 by @VaggelisD):Refactor struct star expansion in BQ (#3576)
✨ New Features
0788c94
- optimizer: Expand stars on BigQuery's tbl.struct_col.* selections (PR #3531 by @VaggelisD)🐛 Bug Fixes
14d63ee
- bubble up Identifier comments to TableAliases (PR #3571 by @georgesittas)ba90c22
- snowflake: COPY Postfix (PR #3564 by @VaggelisD)3e71393
- optimizer: Refactor struct star expansion in BQ (PR #3576 by @VaggelisD)♻️ Refactors
1e1dc3f
- optimizer: minor improvements in the struct star expansion (PR #3568 by @georgesittas)🔧 Chores
b12ea8c
- minor style changes related to COPY INTO (commit by @georgesittas)v24.0.3
Compare Source
🐛 Bug Fixes
fb8db9f
- parser: edge case where TYPE_CONVERTERS leads to type instead of column (PR #3566 by @georgesittas)aac8570
- use index2 instead of self._index in _parse_type index difference (commit by @georgesittas)v24.0.2
Compare Source
✨ New Features
078471d
- mysql,doris: improve transpilation of INTERVAL (plural to singular) (PR #3543 by @Toms1999)fe56e64
- postgres: add support for col int[size] column def syntax (PR #3548 by @georgesittas)188dce8
- snowflake: add support for WITH-prefixed column constraints (PR #3549 by @georgesittas)712d247
- add support for ALTER COLUMN DROP NOT NULL (PR #3550 by @noklam)7c323bd
- add option in schema's find method to ensure types are DataTypes (PR #3560 by @georgesittas)🐛 Bug Fixes
1a8a16b
- clickhouse: improve struct type parsing (PR #3547 by @georgesittas)970d3b0
- postgres: setting un-suffixed FLOAT as DOUBLE (#3551) (PR #3552 by @sandband)e1a9a8b
- redshift: add support for MINUS operator #3553 (PR #3555 by @sandband)beb0269
- tsql: adapt TimeStrToTime to avoid superfluous casts (PR #3558 by @Themiscodes)eae3c51
- use regex to split interval strings (PR #3556 by @georgesittas)♻️ Refactors
a67de5f
- get rid of redundant dict_depth check in schema find (PR #3561 by @georgesittas)89a8984
- move UNESCAPED_SEQUENCES out of the _Dialect metaclass (commit by @georgesittas)🔧 Chores
893addf
- add SET NOT NULL test (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.