Added interpreters to is_null, multi_column, alias and select pseudo table

This commit is contained in:
rbock
2014-01-16 22:31:43 +01:00
parent 1c4d041b89
commit 9826ef79e4
13 changed files with 115 additions and 43 deletions

View File

@@ -231,7 +231,7 @@ namespace sqlpp
{
context << "(";
interpret(t._lhs, context);
context << T::O::_name;
context << O::_name;
interpret(t._rhs, context);
context << ")";
return context;