-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps): Bump sqlparser from 0.50.0 to 0.59.0 #1
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
Conversation
Bumps [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) from 0.50.0 to 0.59.0. - [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md) - [Commits](apache/datafusion-sqlparser-rs@v0.50.0...v0.59.0) --- updated-dependencies: - dependency-name: sqlparser dependency-version: 0.59.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
- Change columns parameter type from OrderByExpr to IndexColumn - Update field access from .expr to .column for index columns - Fix AddConstraint pattern matching syntax for newer sqlparser version Signed-off-by: Svetlin Ralchev <iamralch@users.noreply.github.com>
18bdefd to
866dbe6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR bumps the sqlparser dependency from version 0.50.0 to 0.59.0 and adapts the code to breaking API changes introduced in the newer version.
- Updates sqlparser from 0.50.0 to 0.59.0
- Adapts
parse_create_indexto useIndexColumninstead ofOrderByExpr - Updates pattern matching for
AlterTableOperation::AddConstraintto use struct-style syntax
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Cargo.toml | Updates sqlparser dependency version from 0.50 to 0.59 |
| Cargo.lock | Updates dependency graph with new sqlparser version and its transitive dependencies |
| src/schema.rs | Adapts code to breaking API changes in sqlparser, including type changes and pattern matching syntax |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
iamralch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@dependabot merge |
|
Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details. |
Bumps sqlparser from 0.50.0 to 0.59.0.
Commits
3c61db5Prepare for 0.59.0: Changelog and update version (#2039)0b72314feat: support postgres alter schema (#2038)ea7f902MySQL: Add support for unsigned numeric types (#2031)f642dd5DuckDB: Allow quoted date parts in EXTRACT (#2030)7021561Implemented theFrommethod for all clear variants in Statement (#2028)e3fbfd9MySQL: SupportCROSS JOINconstraint (#2025)280f518MovedCreateTriggerandDropTriggerout ofStatementenum (#2026)b8539a5Added derive traitCopytoOrderByOptionsstruct (#2021)befc95eMQ Test (#2019)dd3342eMerge queue Infrastructure in sqlparser-rs (#2007)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)