Constant SOLUTION_SET

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