aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/connection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/oracle/connection.cxx')
-rw-r--r--odb/oracle/connection.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/oracle/connection.cxx b/odb/oracle/connection.cxx
index 8a82e40..adf89b3 100644
--- a/odb/oracle/connection.cxx
+++ b/odb/oracle/connection.cxx
@@ -26,6 +26,7 @@ namespace odb
connection (database_type& db)
: odb::connection (db),
db_ (db),
+ failed_ (false),
statement_cache_ (new statement_cache_type (*this)),
lob_buffer_ (0)
{
@@ -111,6 +112,7 @@ namespace odb
connection (database_type& db, OCISvcCtx* handle)
: odb::connection (db),
db_ (db),
+ failed_ (false),
statement_cache_ (new statement_cache_type (*this)),
lob_buffer_ (0)
{