You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error: Encoding("encoding: unsorted encoding (LCID: 0x409, sort ID: 42)"). When I connect to the DB no problem occurs but when I run the query match client.query("SELECT * FROM INFORMATION_SCHEMA.TABLES", &[]).await the above error occurs. I have not found much information online, do you know how to help me?
Hi guys,
I got this error:
Encoding("encoding: unsorted encoding (LCID: 0x409, sort ID: 42)")
. When I connect to the DB no problem occurs but when I run the querymatch client.query("SELECT * FROM INFORMATION_SCHEMA.TABLES", &[]).await
the above error occurs. I have not found much information online, do you know how to help me?This is my Cargo.toml:
Thanks.
The text was updated successfully, but these errors were encountered: