We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35364e4 commit 977b381Copy full SHA for 977b381
1 file changed
tests/any/any.rs
@@ -169,7 +169,7 @@ async fn it_encodes_decodes_json() -> anyhow::Result<()> {
169
.await?;
170
171
// Insert into the temporary table:
172
- sqlx::query("insert into json_test (data) values (?)")
+ sqlx::query("insert into json_test (data) values ($1)")
173
.bind(Json(&json_value))
174
.execute(&mut conn)
175
0 commit comments