account/.sqlx/query-6c276038b92bef06b30da32dab42256be431b361cfd36754aa41b6da220618cc.json
red binder fa063d78fb
All checks were successful
Build and Test / account (push) Successful in 3m27s
fix bug and sqlx prepare
2026-08-10 22:08:17 +02:00

15 lines
312 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE users SET password = $1 WHERE pid = $2",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Varchar",
"Int4"
]
},
"nullable": []
},
"hash": "6c276038b92bef06b30da32dab42256be431b361cfd36754aa41b6da220618cc"
}