mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-12 06:45:09 +00:00
fix(mysql): add missing type Database to Executor impl
This commit is contained in:
@@ -98,6 +98,8 @@ impl<Rt: Runtime> Connection<Rt> for MySqlConnection<Rt> {
|
||||
}
|
||||
|
||||
impl<Rt: Runtime> Executor<Rt> for MySqlConnection<Rt> {
|
||||
type Database = MySql;
|
||||
|
||||
#[cfg(feature = "async")]
|
||||
fn execute<'x, 'e, 'q>(&'e mut self, sql: &'q str) -> BoxFuture<'x, Result<()>>
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user