diff options
-rw-r--r-- | odb/mssql/query.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mssql/query.hxx b/odb/mssql/query.hxx index 1f4f180..a213823 100644 --- a/odb/mssql/query.hxx +++ b/odb/mssql/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 () |