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

24 lines
582 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*) as count FROM (\n SELECT 1 FROM room_members\n WHERE room_id = $1\n FOR UPDATE\n ) sub",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count",
"type_info": "Int8",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
null
]
},
"hash": "a83a3890a6054f86e52afd82256d18857c9d695f3970a38f019b5596165b33ec"
}