Skip to content

feat: add support for #[sqlx(other)] attribute (closes #4391) - #4401

Open
michaelvanstraten wants to merge 1 commit into
transact-rs:mainfrom
michaelvanstraten:add-other-sqlx-macro-attribute
Open

feat: add support for #[sqlx(other)] attribute (closes #4391)#4401
michaelvanstraten wants to merge 1 commit into
transact-rs:mainfrom
michaelvanstraten:add-other-sqlx-macro-attribute

Conversation

@michaelvanstraten

Copy link
Copy Markdown
Contributor

Does your PR solve an issue?

fixes #4391

Is this a breaking change?

Technically yes since the introduced higher rank trait bound added here is breaking. I could only add the HRTB if the #[sqlx(other)] is used.

@michaelvanstraten
michaelvanstraten force-pushed the add-other-sqlx-macro-attribute branch from 0a79af5 to 9b69bbc Compare August 31, 2026 13:26
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.

Derive sqlx::Type should support other attribute for enum variants

1 participant