23 <<
" Test statement: " << test <<
'\n' 24 <<
" Ref. statement: " << ref <<
'\n';
35 compare_statements(
test, ref);
43 compare_statements(
test, ref);
51 "(name text, id integer)"};
52 compare_statements(
test, ref);
60 "(id integer PRIMARY KEY, name text)"};
61 compare_statements(
test, ref);
65 std::cerr << e.what() <<
'\n';
69 std::cerr <<
"Caught unknown exception.\n";
void normalize_statement(std::string &to_replace)
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
std::string create_table(std::string const &tablename)
std::string create_table_ddl(std::string const &tablename, Cols const &...cols)
cet::coded_exception< error, detail::translate > exception