mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-02-07 22:30:22 -06:00
Added interpreters to is_null, multi_column, alias and select pseudo table
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user