Constant LIST_SOLUTION_SET_FAILURES
Source pub const LIST_SOLUTION_SET_FAILURES: &str = "SELECT\n solution_set_addr, attempt_block_num, attempt_block_addr, attempt_solution_set_ix, err_msg\nFROM\n solution_set_failure\nORDER BY\n attempt_block_num DESC, attempt_solution_set_ix DESC\nLIMIT :offset, :limit\n";
Expand description
SELECT
solution_set_addr, attempt_block_num, attempt_block_addr, attempt_solution_set_ix, err_msg
FROM
solution_set_failure
ORDER BY
attempt_block_num DESC, attempt_solution_set_ix DESC
LIMIT :offset, :limit