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-e0af2c209c8b812aef692...

25 lines
535 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT 1 AS \"one!\" FROM room_members\n WHERE room_id = $1 AND user_id = $2\n FOR UPDATE NOWAIT",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "one!",
"type_info": "Int4",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8",
"Int8"
]
},
"nullable": [
null
]
},
"hash": "e0af2c209c8b812aef69288bf0bcc2845f94128442e13da518f82c95114d64f7"
}