We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
let t = <String as sqlx::Type>::type_info(); let col_type = column.type_info();
t.eq(col_type) is false <String as sqlx::Type>::compatible(col_type) also false
0.8.3
mysql
Mysql
windows and ubuntu
1.82
The text was updated successfully, but these errors were encountered:
Duplicate of #3387
Sorry, something went wrong.
No branches or pull requests
I have found these related issues/pull requests
let t = <String as sqlx::Type>::type_info();
let col_type = column.type_info();
t.eq(col_type) is false
<String as sqlx::Type>::compatible(col_type) also false
Description
let t = <String as sqlx::Type>::type_info();
let col_type = column.type_info();
t.eq(col_type) is false
<String as sqlx::Type>::compatible(col_type) also false
Reproduction steps
let t = <String as sqlx::Type>::type_info();
let col_type = column.type_info();
t.eq(col_type) is false
<String as sqlx::Type>::compatible(col_type) also false
SQLx version
0.8.3
Enabled SQLx features
mysql
Database server and version
Mysql
Operating system
windows and ubuntu
Rust version
1.82
The text was updated successfully, but these errors were encountered: