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 736d627 commit 2d1a5b1Copy full SHA for 2d1a5b1
Cargo.toml
@@ -244,8 +244,8 @@ disallowed_methods = 'deny'
244
level = 'warn'
245
check-cfg = [
246
'cfg(mariadb, values(any()))',
247
- 'cfg(sqlite_ipaddr)',
248
'cfg(postgres, values(any()))',
+ 'cfg(sqlite_ipaddr)',
249
'cfg(sqlite_test_sqlcipher)',
250
]
251
tests/postgres/postgres.rs
@@ -2143,7 +2143,7 @@ create temporary table person(
2143
Ok(())
2144
}
2145
2146
-#[allow(unused)]
+#[sqlx_macros::test]
2147
async fn test_pg_copy_chunked() -> anyhow::Result<()> {
2148
let mut conn = new::<Postgres>().await?;
2149
0 commit comments