We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e0ad7 commit e92cae4Copy full SHA for e92cae4
tests/any/pool.rs
@@ -70,6 +70,8 @@ async fn pool_should_be_returned_failed_transactions() -> anyhow::Result<()> {
70
#[cfg(feature = "runtime-tokio-rustls")]
71
#[sqlx_macros::test]
72
async fn big_pool() -> anyhow::Result<()> {
73
+ use sqlx_oldapi::Row;
74
+
75
let pool = Arc::new(
76
AnyPoolOptions::new()
77
.max_connections(2)
0 commit comments