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

27 lines
793 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT EXISTS(\n SELECT 1\n FROM room_creation_requests\n WHERE requested_by = $1\n AND name = $2\n AND reviewed_at IS NULL\n AND status = $3\n AND ($4::BIGINT IS NULL OR id != $4)\n ) AS \"exists!\"\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists!",
"type_info": "Bool",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8",
"Text",
"Int2",
"Int8"
]
},
"nullable": [
null
]
},
"hash": "a49f4b98e6388a85b39d55c74cad1da0cec616f536726a9e68d84acc330275d0"
}