Skip to content

Update sqlparser_derive to syn 3.0 - #2483

Open
alamb wants to merge 3 commits into
apache:mainfrom
alamb:update-syn-3
Open

Update sqlparser_derive to syn 3.0#2483
alamb wants to merge 3 commits into
apache:mainfrom
alamb:update-syn-3

Conversation

@alamb

@alamb alamb commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

N/A — dependency maintenance.

Rationale for this change

Keep dependencies current.

What changes are included in this PR?

  • Bump syn from 2.0 to 3.0 in derive/Cargo.toml
  • Adapt to the one breaking change that affects us

Is this a breaking API change?

No — syn does not appear in the public API. sqlparser_derive is a proc-macro crate

Are these changes tested?

By CI

Are there any user-facing changes?

No user-facing API changes. Downstream crates that enable the visitor or derive-dialect features will build syn 3.0 instead of 2.0 once a new sqlparser_derive is published.

@alamb

alamb commented Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

If we merge this PR, we will have to release a new version of sqlparser_derive as well (which is fine)

@alamb
alamb marked this pull request as ready for review September 7, 2026 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant