[bug] MySQL VARCHAR incorrectly interpreted as VARBINARY #2274
Labels
bug
Something isn't working
good first issue
Good for newcomers
plugin: sql
status: upstream
This issue needs to be fixed in an upstream project
Description
I'm currently using
tauri-plugin-sql
in my project with mysql, but in some tables, fields with theVARCHAR
type are incorrectly interpreted asVARBINARY
and return an error:I found a similar issue in
sqlx
repo here and the pr in comments show that rolling back to version v0.7.4 resolves the issue.I locally modified the version to 0.7.4 and downgraded the
tauri-plugin-sql
to2.0.0-beta.9
, which resolved the problem.But I am concerned about this would lose some bug fix of this plugin, so If it's possible to rollback the version of
sqlx
to 0.7 before they resolve it?Tauri info output
The text was updated successfully, but these errors were encountered: