diff --git a/tests/InterpretTest.cpp b/tests/InterpretTest.cpp index 08c33f94..528bf21f 100644 --- a/tests/InterpretTest.cpp +++ b/tests/InterpretTest.cpp @@ -101,7 +101,7 @@ int main() serialize(remove_from(t).using_(t).where(t.alpha == sqlpp::tvin(0)), printer).str(); // functions - sqlpp::serialize(sqlpp::value(7), printer).str();// FIXME: Maybe the vendor namespace is not a good idea? argument lives in namespace vendor + serialize(sqlpp::value(7), printer).str(); serialize(sqlpp::verbatim("irgendwas integrales"), printer).str(); serialize(sqlpp::value_list(std::vector({1,2,3,4,5,6,8})), printer).str(); serialize(exists(select(t.alpha).from(t)), printer).str();