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

12 lines
572 B
JSON

{
"db_name": "SQLite",
"query": "\n UPDATE receipts SET\n ack_by_server_at = CAST(strftime('%s', 'now') AS INTEGER),\n wake_receiver = 0,\n retry_count = retry_count + 1,\n last_retry = CAST(strftime('%s', 'now') AS INTEGER),\n mark_for_retry = NULL\n WHERE receipt_id = ?\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "2f40db61376840cb99ba77cc908dc44463a335faef338601689ce148d48d1f5d"
}