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

24 lines
500 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*)::BIGINT AS \"count!\" FROM file_cleanup_jobs WHERE object_key = $1 AND completed_at IS NULL",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count!",
"type_info": "Int8",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Text"
]
},
"nullable": [
null
]
},
"hash": "c68032be32aff6fd1a5646acf35e3129f147f5a1dd91ce227a94c7acd1bfe721"
}