mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
Apply auto ref fixes to example
This commit is contained in:
@@ -58,9 +58,9 @@ INSERT INTO users ( username, email, password )
|
||||
VALUES ( $1, $2, $3 )
|
||||
RETURNING id, username, email
|
||||
"#,
|
||||
&*body.username,
|
||||
&*body.email,
|
||||
&*hash,
|
||||
body.username,
|
||||
body.email,
|
||||
hash,
|
||||
)
|
||||
.fetch_one(&mut pool)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user