aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/database.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/oracle/database.cxx')
-rw-r--r--odb/oracle/database.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/oracle/database.cxx b/odb/oracle/database.cxx
index a8abb53..dd35305 100644
--- a/odb/oracle/database.cxx
+++ b/odb/oracle/database.cxx
@@ -51,7 +51,7 @@ namespace odb
auto_environment_.reset (environment_);
}
- if (factory_.get () == 0)
+ if (!factory_)
factory_.reset (new connection_pool_factory ());
factory_->database (*this);
@@ -111,7 +111,7 @@ namespace odb
db_ = ss.str ();
- if (factory_.get () == 0)
+ if (!factory_)
factory_.reset (new connection_pool_factory ());
factory_->database (*this);
@@ -210,7 +210,7 @@ namespace odb
throw cli_exception (oss.str ());
}
- if (factory_.get () == 0)
+ if (!factory_)
factory_.reset (new connection_pool_factory ());
factory_->database (*this);