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-0fc32d50deef16612d055...

25 lines
560 B
JSON

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