mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-03 04:09:50 +00:00
test: small fix to sql in json test
This commit is contained in:
parent
92f67f51b7
commit
55a59121ee
@ -261,7 +261,7 @@ mod json {
|
||||
|
||||
test_type!(json<JsonValue>(
|
||||
Postgres,
|
||||
"SELECT {0}::jsonb is not distinct from $1::jsonb, {0} as _2, $2 as _3",
|
||||
"SELECT ({0}::jsonb is not distinct from $1::jsonb)::int4, {0} as _2, $2 as _3",
|
||||
"'\"Hello, World\"'::json" == json!("Hello, World"),
|
||||
"'\"😎\"'::json" == json!("😎"),
|
||||
"'\"🙋♀️\"'::json" == json!("🙋♀️"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user