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