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

25 lines
553 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT COUNT(*)::BIGINT\n FROM file_blob_parts\n WHERE storage_backend = $1 AND object_key = $2\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count",
"type_info": "Int8",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Text",
"Text"
]
},
"nullable": [
null
]
},
"hash": "0f65520f530eaf220bdaf7d3e48d24e6237f074b67eb2e9030ac42e3382aea75"
}