diff --git a/include/sqlpp11/trim.h b/include/sqlpp11/trim.h index ff2be333..cbf9dd8f 100644 --- a/include/sqlpp11/trim.h +++ b/include/sqlpp11/trim.h @@ -64,7 +64,7 @@ namespace sqlpp using _nodes = detail::type_vector; using _can_be_null = std::true_type; - using _is_aggregate_expression = std::true_type; + using _is_aggregate_expression = std::false_type; using _auto_alias_t = trim_alias_t;