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

Encoding("encoding: unspported encoding (LCID: 0x409, sort ID: 42)") #1060

Open
matteocollina opened this issue Jun 13, 2023 · 0 comments
Open

Comments

@matteocollina
Copy link

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 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?

This is my Cargo.toml:

[package]
...
edition = "2021"
rust-version = "1.57"

[build-dependencies]
tauri-build = { version = "1.0.4", features = [] }
embed-resource = "1.7"

[dependencies]
...
tauri = { version = "1.0.4", features = ["api-all", "updater"] }
tauri-bundler = "1.0.5"
async-std = "1.12.0"

Thanks.

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

No branches or pull requests

1 participant