You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-e7097c24fbfec22e7768c...

19 lines
646 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n UPDATE room_creation_requests\n SET opaque_password_record = $2,\n opaque_password_credential_identifier = $3,\n opaque_password_ciphersuite = $4,\n opaque_password_server_setup_version = $5\n WHERE id = $1\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Bytea",
"Bytea",
"Varchar",
"Int4"
]
},
"nullable": []
},
"hash": "e7097c24fbfec22e7768c1e5e057389ba8a9cb046252c2cef849e470a7f3bbb2"
}