22 lines
861 B
JSON
22 lines
861 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE users SET\n gender = COALESCE($1, gender),\n region = COALESCE($2, region),\n country = COALESCE($3, country),\n language = COALESCE($4, language),\n timezone = COALESCE($5, timezone),\n marketing_allowed = COALESCE($6, marketing_allowed),\n off_device_allowed = COALESCE($7, off_device_allowed),\n password = COALESCE($8, password)\n WHERE pid = $9\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Bpchar",
|
|
"Int4",
|
|
"Varchar",
|
|
"Varchar",
|
|
"Varchar",
|
|
"Bool",
|
|
"Bool",
|
|
"Varchar",
|
|
"Int4"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "8cd49b3defe144fe73bdeee1ce000b9bb8716320c6b421395a04f12bd826a469"
|
|
}
|