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 4dc9444 commit 91b8f0eCopy full SHA for 91b8f0e
tests/odbc/types.rs
@@ -105,7 +105,7 @@ test_type!(uuid<sqlx_oldapi::types::Uuid>(Odbc,
105
106
// Extra UUID decoding edge cases (ODBC may return padded strings)
107
#[cfg(feature = "uuid")]
108
-test_type!(uuid_padded<sqlx_oldapi::types::Uuid>(Odbc,
+test_decode_type!(uuid_padded<sqlx_oldapi::types::Uuid>(Odbc,
109
"'550e8400-e29b-41d4-a716-446655440000 '" == sqlx_oldapi::types::Uuid::parse_str("550e8400-e29b-41d4-a716-446655440000").unwrap()
110
));
111
0 commit comments