From 91e0712e6cc950f894940ffe7a82e30db3cc431e Mon Sep 17 00:00:00 2001 From: JUAN DENT Date: Mon, 18 Dec 2017 16:51:47 -0600 Subject: [PATCH] _can_be_null depends on the expression --- include/sqlpp11/trim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sqlpp11/trim.h b/include/sqlpp11/trim.h index cbf9dd8f..32c7a1e5 100644 --- a/include/sqlpp11/trim.h +++ b/include/sqlpp11/trim.h @@ -63,7 +63,7 @@ namespace sqlpp using _traits = make_traits; using _nodes = detail::type_vector; - using _can_be_null = std::true_type; + using _can_be_null = can_be_null_t; using _is_aggregate_expression = std::false_type; using _auto_alias_t = trim_alias_t;