mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-13 15:25:13 +00:00
Fixed test cases
This commit is contained in:
committed by
Austin Bonander
parent
1c725df406
commit
65de83aff8
@@ -276,7 +276,7 @@ SELECT id, mood FROM people WHERE id = $1
|
||||
|
||||
let rec: (bool, ColorKebabCase) = sqlx::query_as(
|
||||
"
|
||||
SELECT $1 = 'red-green'::color-kebab-case, $1
|
||||
SELECT $1 = 'red-green'::\"color-kebab-case\", $1
|
||||
",
|
||||
)
|
||||
.bind(&ColorKebabCase::RedGreen)
|
||||
|
||||
Reference in New Issue
Block a user