essential_builder_db::sql::insertConstant SOLUTION_FAILURE
source pub const SOLUTION_FAILURE: &str = "INSERT INTO solution_failure (\n solution_addr, attempt_block_num, attempt_block_addr, attempt_solution_ix, err_msg\n)\nVALUES (\n :solution_addr, :attempt_block_num, :attempt_block_addr, :attempt_solution_ix, :err_msg\n)\n";
Expand description
INSERT INTO solution_failure (
solution_addr, attempt_block_num, attempt_block_addr, attempt_solution_ix, err_msg
)
VALUES (
:solution_addr, :attempt_block_num, :attempt_block_addr, :attempt_solution_ix, :err_msg
)