aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/pgsql/query.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/query.hxx b/odb/pgsql/query.hxx
index c81217b..2edf428 100644
--- a/odb/pgsql/query.hxx
+++ b/odb/pgsql/query.hxx
@@ -155,7 +155,7 @@ namespace odb
kind_type kind;
std::string part; // If kind is param, then part is conversion expr.
- bool bool_part;
+ bool bool_part = false;
};
query_base ()