diff options
-rw-r--r-- | odb/oracle/query.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/query.hxx b/odb/oracle/query.hxx index 89a17bd..6f37339 100644 --- a/odb/oracle/query.hxx +++ b/odb/oracle/query.hxx @@ -181,7 +181,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 () |