SOLUTION_SET

Constant SOLUTION_SET 

Source
pub const SOLUTION_SET: &str = "INSERT\n    OR IGNORE INTO solution_set (content_addr, solution_set)\nVALUES\n    (:content_addr, :solution_set)\n";
Expand description
INSERT
    OR IGNORE INTO solution_set (content_addr, solution_set)
VALUES
    (:content_addr, :solution_set)