mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-05 20:50:34 -06:00
Allow TRIM to be used with sub selects
This commit is contained in:
@@ -83,7 +83,7 @@ namespace sqlpp
|
||||
Context& serialize(const trim_t<Flag, Expr>& t, Context& context)
|
||||
{
|
||||
context << "TRIM(";
|
||||
serialize(t._expr, context);
|
||||
serialize_operand(t._expr, context);
|
||||
context << ")";
|
||||
return context;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user