All checks were successful
Build and Test / account (push) Successful in 3m27s
15 lines
312 B
JSON
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"
|
|
}
|