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

25 lines
701 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT EXISTS(\n SELECT 1\n FROM file_objects\n WHERE storage_backend = $1\n AND object_key = $2\n AND validated_at IS NOT NULL\n AND deleting_at IS NULL\n )\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists",
"type_info": "Bool",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Text",
"Text"
]
},
"nullable": [
null
]
},
"hash": "d0651e3324d01603701ac83cf63c6af07dc058bc2de30fce2d120431eac4e95a"
}