twonly-app/rust/.sqlx/query-563a47296cffb2edfe6dd5c4b15be4ac1574be1610596b9f3fce0fee39761e87.json
2026-09-05 01:59:17 +02:00

21 lines
510 B
JSON

{
"db_name": "SQLite",
"query": "SELECT COUNT(*) AS \"count!: i64\" FROM webxdc_updates\n WHERE instance_id = ? AND sender_id IS NULL AND received_at > ?",
"describe": {
"columns": [
{
"name": "count!: i64",
"ordinal": 0,
"type_info": "Integer",
"origin": "Expression"
}
],
"parameters": {
"Right": 2
},
"nullable": [
false
]
},
"hash": "563a47296cffb2edfe6dd5c4b15be4ac1574be1610596b9f3fce0fee39761e87"
}