aboutsummaryrefslogtreecommitdiff
path: root/oracle/custom
diff options
context:
space:
mode:
Diffstat (limited to 'oracle/custom')
-rw-r--r--oracle/custom/driver.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/oracle/custom/driver.cxx b/oracle/custom/driver.cxx
index 2425b29..16b81da 100644
--- a/oracle/custom/driver.cxx
+++ b/oracle/custom/driver.cxx
@@ -18,14 +18,15 @@
#include "test-odb.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));
object o (1);
o.iv.push_back (123);