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-24772b42d8f88f2e47f55...

25 lines
576 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT EXISTS(\n SELECT 1\n FROM playlists\n WHERE room_id = $1 AND id = $2\n ) AS \"exists!\"",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists!",
"type_info": "Bool",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8",
"Int8"
]
},
"nullable": [
null
]
},
"hash": "24772b42d8f88f2e47f55a294ef17fc9ad5b30e7d0fd369255301b43ccf206ac"
}