blackbeam / rust-mysql-simple

Mysql client library implemented in rust.
Apache License 2.0
652 stars 145 forks source link

Shouldnt params replace values marked with ':'? #370

Closed JulianWogersien closed 5 months ago

JulianWogersien commented 5 months ago

I have this piece of code Screenshot from 2024-01-30 12-42-19

However This results in this error Screenshot from 2024-01-31 09-08-05

What exactly is wrong here? Afaik i did it like the example in the docs

blackbeam commented 5 months ago

Hi.

The naming rules was overlooked: