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

25 lines
622 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT EXISTS (\n SELECT 1\n FROM user_blocks\n WHERE blocker_user_id = $1 AND blocked_user_id = $2\n ) AS \"is_blocking!\"\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "is_blocking!",
"type_info": "Bool",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8",
"Int8"
]
},
"nullable": [
null
]
},
"hash": "f8ebc75fcd508e0378a2ed629ff7a90ce40bc53dd7d45622f31c00682f225a2f"
}