diff options
Diffstat (limited to 'inheritance/database.hxx')
-rw-r--r-- | inheritance/database.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inheritance/database.hxx b/inheritance/database.hxx index 85605b8..f1753c4 100644 --- a/inheritance/database.hxx +++ b/inheritance/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; |