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-49409b6f3ba987dcaaf54...

26 lines
648 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT COUNT(*)::BIGINT\n FROM file_references\n WHERE storage_backend = $1 AND object_key = $2\n AND reference_kind <> $3\n AND released_at IS NULL\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count",
"type_info": "Int8",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Text",
"Text",
"Text"
]
},
"nullable": [
null
]
},
"hash": "49409b6f3ba987dcaaf5453400de04b61d818c3b007b525b19dd23bc5e56bcda"
}