Skip to content
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

remove binary flag check on str for mysql #3726

Closed
wants to merge 1 commit into from

Conversation

yuyang-ok
Copy link

this tries to fix issue. #3390

@abonander
Copy link
Collaborator

Besides the fact that this breaks a bunch of tests, there's already a pending, more correct fix for the issue in question: #3400

This is a breaking change either way because it changes the type inference in the macros, so it has to wait until 0.9.0. Type overrides can be used in the meantime: https://docs.rs/sqlx/latest/sqlx/macro.query.html#type-overrides-output-columns

@abonander abonander closed this Feb 13, 2025
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