Skip to content

Update sqlparser requirement from 0.46 to 0.55 #300

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Updates the requirements on sqlparser to permit the latest version.

Changelog

Sourced from sqlparser's changelog.

Changelog

All notable changes to this project will be documented in one of the linked files.

This project adheres to Semantic Versioning.

Given that the parser produces a typed AST, any changes to the AST will technically be breaking and thus will result in a 0.(N+1) version.

Commits
  • ed41654 Prepare for 55.0.0 release: Version and CHANGELOG (#1750)
  • c2914f8 Parse ALTER TABLE AUTO_INCREMENT operation for MySQL (#1748)
  • 5b35001 Random test cleanups use Expr::value (#1749)
  • 3adc746 Parse MySQL ALTER TABLE ALGORITHM option (#1745)
  • de4dbc5 Parse SIGNED INTEGER type in MySQL CAST (#1739)
  • 648efd7 feat: adjust create and drop trigger for mysql dialect (#1734)
  • c335c88 Store spans for Value expressions (#1738)
  • aab12ad BigQuery: Add support for BEGIN (#1718)
  • 72312ba Replace parallel condition/result vectors with single CaseWhen vector in Expr...
  • 7fc37a7 Parse casting to array using double colon operator in Redshift (#1737)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) to permit the latest version.
- [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion-sqlparser-rs@v0.46.0...v0.55.0)

---
updated-dependencies:
- dependency-name: sqlparser
  dependency-version: 0.55.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 28, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 30, 2025

Looks like sqlparser is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 30, 2025
@dependabot dependabot bot deleted the dependabot/cargo/sqlparser-0.55 branch April 30, 2025 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants