Replies: 1 comment
-
これ私も同じ現象なりました |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, everyone ❤️
I'm currently trying to INSERT records into a table with an enum field, but I'm encountering an 'Incorrect arguments to mysqld_stmt_execute' error.
Here is the MySQL table schema.
Here is the Rust code I used for validation.
Here is the Cargo.toml
Here is the error message.
I've created a sample project below. You can verify its operation by running docker compose up followed by cargo run.
https://github.com/omikuji/try-sqlx-0.7
Thank you ;)
Beta Was this translation helpful? Give feedback.
All reactions