{ "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" }