🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
13.5k
stars
1.28k
forks
source link
PgArguments::add returns a BoxDynError #3563
Open
csandven opened 1 month ago
Bug Description
The add function returns a BoxDynError which means all functions that return a
sqlx::Error
type will manually need tomap_err
to theEncode
error.Minimal Reproduction
A small code snippet or a link to a Github repo or Gist, with instructions on reproducing the bug.
Info
rustc --version
: 1.79.0