{ "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": "ea21a91634b441e4cacf693f767549ae5075a56a668e0bf836d85e22d9202019" }