Skip to content

Comments

chore: bump sqlparser from 0.60.0 to 0.61.0#5689

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/cargo/sqlparser-0.61.0
Open

chore: bump sqlparser from 0.60.0 to 0.61.0#5689
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/cargo/sqlparser-0.61.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps sqlparser from 0.60.0 to 0.61.0.

Commits
  • 272c25e Fix changelog (#2206)
  • 09deb94 Prepare to release sqlparser 0.61.0 and sqlparser_derive 0.5.0 (#2195)
  • fcc7bce Fix MAP literals parsing (#2205)
  • 60abfec Add Tokenizer custom token mapper support (#2184)
  • 0924f3a PostgreSQL: Support PostgreSQL ANALYZE with optional table and column (#2187)
  • 23acd23 Add support for C-style comments (#2034)
  • e4c5500 Fixed overflow error, recursion counter was not included for parenthesis (#2199)
  • bc55b37 Added missing derives to dialect marker structs (#2191)
  • cb21477 MySQL: Allow optional constraint name after CONSTRAINT keyword (#2183)
  • d7f56e8 [Oracle] Support hierarchical queries (#2185)
  • 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 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.60.0 to 0.61.0.
- [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion-sqlparser-rs@v0.60.0...v0.61.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies rust Pull requests that update Rust code labels Feb 16, 2026
@prql-bot prql-bot enabled auto-merge (squash) February 16, 2026 18:11
@max-sixty
Copy link
Member

@claude fix please

@claude
Copy link

claude bot commented Feb 16, 2026

Claude finished @max-sixty's task in 5s —— View job


Fixing sqlparser 0.61.0 bump

  • Gather context and check CI failures
  • Fix compilation errors:
    • TableFactor::Derived missing sample field (lines 390, 712)
    • Select missing optimizer_hint and select_modifiers fields (line 643)
    • connect_by type changed from Option to Vec (line 661)
  • Run tests — 637 tests passed, doc tests passed ✅
  • Push fixes
  • Verify CI passes

CI Results: 28/29 jobs passed

The only failure is test-msrv (nightly-only), which is a pre-existing issuecargo msrv verify resolves dependencies without the lockfile, so transitive deps may require newer Rust. The code compiles fine with Rust 1.75.0 when using the lockfile.

View CI run | Branch

- Add `sample: None` to `TableFactor::Derived` constructors
- Add `optimizer_hint: None` and `select_modifiers: None` to `Select`
- Change `connect_by` from `Option` (`None`) to `Vec` (`vec![]`)

Co-authored-by: Maximilian Roos <max-sixty@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant