aboutsummaryrefslogtreecommitdiff
path: root/container
diff options
context:
space:
mode:
Diffstat (limited to 'container')
-rw-r--r--container/database.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/database.hxx b/container/database.hxx
index ae0ed92..9bfe1e5 100644
--- a/container/database.hxx
+++ b/container/database.hxx
@@ -79,7 +79,7 @@ create_database (int& argc, char* argv[])
auto_ptr<database> db (new odb::pgsql::database (argc, argv));
#elif defined(DATABASE_ORACLE)
auto_ptr<database> db (
- new odb::oracle::database (argc, argv, false, 873, 873));
+ new odb::oracle::database (argc, argv));
#endif
return db;