async-rs / async-rs/async-std

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

Open
#1,060 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
4.1k
Forks
339
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.