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 4f5d3a4 commit 1f05eb0Copy full SHA for 1f05eb0
tests/any/any.rs
@@ -119,7 +119,7 @@ async fn it_has_uuid() -> anyhow::Result<()> {
119
assert_eq!(
120
Uuid::parse_str("123e4567-e89b-12d3-a456-426614174000")?,
121
get_val::<Uuid>(if cfg!(feature = "mssql") {
122
- "CONVERT(uniqueidentifier, '123e4567-e89b-12d3-a456-426614174000')²"
+ "CONVERT(uniqueidentifier, '123e4567-e89b-12d3-a456-426614174000')"
123
} else if cfg!(feature = "postgres") {
124
"'123e4567-e89b-12d3-a456-426614174000'::uuid"
125
} else {
0 commit comments