aboutsummaryrefslogtreecommitdiff
path: root/oracle/native/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oracle/native/driver.cxx')
-rw-r--r--oracle/native/driver.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/oracle/native/driver.cxx b/oracle/native/driver.cxx
index 0e90ff0..9530692 100644
--- a/oracle/native/driver.cxx
+++ b/oracle/native/driver.cxx
@@ -15,14 +15,15 @@
#include <common/common.hxx>
using namespace std;
-using namespace odb::core;
+namespace oracle = odb::oracle;
+using namespace oracle;
int
main (int argc, char* argv[])
{
try
{
- auto_ptr<database> db (create_database (argc, argv));
+ auto_ptr<database> db (create_specific_database<database> (argc, argv));
// Create the database schema.
//