Fix encoding and decoding of MySQL enums in sqlx::Type (#3371)

This commit is contained in:
Yuta Kobayashi
2024-07-25 18:47:36 +09:00
committed by GitHub
parent 7cfbb24ee3
commit f2fea27cba
6 changed files with 317 additions and 10 deletions

View File

@@ -9,5 +9,3 @@ sqlx = { default-features = false, path = ".." }
env_logger = "0.11"
dotenvy = "0.15.0"
anyhow = "1.0.26"
async-std = { version = "1.8.0", features = [ "attributes" ] }
tokio = { version = "1.0.1", features = [ "full" ] }