Skip to content

chore: bump sqlparser from 0.56.0 to 0.58.0 #5386

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

Merged
merged 2 commits into from
Aug 19, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2025

Bumps sqlparser from 0.56.0 to 0.58.0.

Commits
  • 40bbcc9 Prepare 0.58.0 release: update version + Changelog (#1955)
  • 5f69df2 Add support for DROP USER statement (#1951)
  • 92db206 Snowflake: Improve accuracy of lookahead in implicit LIMIT alias (#1941)
  • 4d93386 Fix for Postgres regex and like binary operators (#1928)
  • 6506814 docs: Update rust badge (#1943)
  • ecd5d88 Add identifier start unicode support for Postegres, MySql and Redshift (#1944)
  • c5e6ba5 Add identifier unicode support in Mysql, Postgres and Redshift (#1933)
  • 9b9ffe4 MSSQL: Add support for EXEC output and default keywords (#1940)
  • 750a7aa Snowflake: support trailing options in CREATE TABLE (#1931)
  • bc2c4e2 Support optional semicolon between statements (#1937)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) from 0.56.0 to 0.58.0.
- [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion-sqlparser-rs@v0.56.0...v0.58.0)

---
updated-dependencies:
- dependency-name: sqlparser
  dependency-version: 0.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies rust Pull requests that update Rust code labels Aug 19, 2025
@prql-bot prql-bot enabled auto-merge (squash) August 19, 2025 00:59
- Add required `case_token` and `end_token` fields to Case expression
- Convert Value to ValueWithSpan using `.into()`
- Add `pipe_operators` field to Query struct
- Add `exclude` field to Select struct

These changes handle the breaking API changes in sqlparser 0.58.0.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@prql-bot prql-bot merged commit b4db682 into main Aug 19, 2025
79 checks passed
@prql-bot prql-bot deleted the dependabot/cargo/sqlparser-0.58.0 branch August 19, 2025 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants