There was an error while loading. Please reload this page.
1 parent b7aabaa commit 40e1df7Copy full SHA for 40e1df7
sqlx-test/src/lib.rs
@@ -67,7 +67,7 @@ macro_rules! test_prepared_type {
67
$(
68
let query = format!($crate::[< $db _query_for_test_prepared_type >]!(), $text);
69
70
- let rec: (bool, String, $ty, $ty) = sqlx::query_as(&query)
+ let rec: (bool, Option<String>, $ty, $ty) = sqlx::query_as(&query)
71
.bind($value)
72
73
0 commit comments