You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sqlx::raw_sql query doesn't work with async-trait crate raise error
implementation of `sqlx::Executor` is not general enough
`sqlx::Executor<'_>` would have to be implemented for the type `&'0 mut sqlx::SqliteConnection`, for any lifetime `'0`...
...but `sqlx::Executor<'1>` is actually implemented for the type `&'1 mut sqlx::SqliteConnection`, for some specific lifetime `'1`
Bug Description
sqlx::raw_sql
query doesn't work withasync-trait
crate raise errorMinimal Reproduction
Info
rustc --version
:rustc 1.84.0-nightly (fbab78289 2024-11-04)
The text was updated successfully, but these errors were encountered: