{ "db_name": "SQLite", "query": "SELECT count(*) AS \"failures!: i64\",\n max(grabbed_at) AS \"last_failed_at?: String\"\n FROM grabs\n WHERE target_kind = 'season' AND target_id = ? AND state = 'failed'", "describe": { "columns": [ { "name": "failures!: i64", "ordinal": 0, "type_info": "Integer", "origin": "Expression" }, { "name": "last_failed_at?: String", "ordinal": 1, "type_info": "Text", "origin": "Expression" } ], "parameters": { "Right": 1 }, "nullable": [ false, true ] }, "hash": "0ca521a8dcb979cc90f5823eb3311d6a3ec1613976c52a8a7f8225e1dc06d162" }