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-8d275d84be1dbc3142a2b...

24 lines
586 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*) AS \"count!\"\n FROM file_references\n WHERE id = ANY($1)\n AND expires_at IS NOT NULL\n AND released_at IS NULL",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count!",
"type_info": "Int8",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8Array"
]
},
"nullable": [
null
]
},
"hash": "8d275d84be1dbc3142a2b8ba6f52c8f0036568754c0f070da860637c53464652"
}