Skip to content

Update sqlparser_derive to syn 3.0 - #2483

Merged
alamb merged 3 commits into
apache:mainfrom
alamb:update-syn-3
Sep 8, 2026
Merged

alamb merged 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
@alamb

alamb commented Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

Since we don't release often, let's do this now

@alamb

alamb commented Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

Thank you for the review @LucaCappelletti94

@alamb
alamb added this pull request to the merge queue Sep 8, 2026
Merged via the queue into apache:main with commit dc8f0c4 Sep 8, 2026
11 checks passed
@alamb
alamb deleted the update-syn-3 branch September 8, 2026 14:16
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.

2 participants