This will fail loll
This commit is contained in:
parent
17232063b3
commit
3e6423aa8a
@ -294,10 +294,8 @@ impl DatabaseConnection {
|
|||||||
} => *support_returning,
|
} => *support_returning,
|
||||||
#[cfg(feature = "sqlx-postgres")]
|
#[cfg(feature = "sqlx-postgres")]
|
||||||
DatabaseConnection::SqlxPostgresPoolConnection(_) => true,
|
DatabaseConnection::SqlxPostgresPoolConnection(_) => true,
|
||||||
// #[cfg(feature = "sqlx-sqlite")]
|
#[cfg(feature = "sqlx-sqlite")]
|
||||||
// DatabaseConnection::SqlxSqlitePoolConnection(conn) => ,
|
DatabaseConnection::SqlxSqlitePoolConnection(_) => false,
|
||||||
// #[cfg(feature = "mock")]
|
|
||||||
// DatabaseConnection::MockDatabaseConnection(conn) => ,
|
|
||||||
DatabaseConnection::Disconnected => panic!("Disconnected"),
|
DatabaseConnection::Disconnected => panic!("Disconnected"),
|
||||||
_ => unimplemented!(),
|
_ => unimplemented!(),
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user