Skip to content

Commit e92cae4

Browse files
committed
fix sqlite imports
1 parent 49e0ad7 commit e92cae4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/any/pool.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ async fn pool_should_be_returned_failed_transactions() -> anyhow::Result<()> {
7070
#[cfg(feature = "runtime-tokio-rustls")]
7171
#[sqlx_macros::test]
7272
async fn big_pool() -> anyhow::Result<()> {
73+
use sqlx_oldapi::Row;
74+
7375
let pool = Arc::new(
7476
AnyPoolOptions::new()
7577
.max_connections(2)

0 commit comments

Comments
 (0)