From 03d1a9d91c49fb393c7de55845ec85f8aeeb015b Mon Sep 17 00:00:00 2001
From: Constantin Michael <constantin@codesynthesis.com>
Date: Fri, 18 Nov 2011 11:33:28 +0200
Subject: Use default client character sets for Oracle examples

---
 hello/database.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'hello')

diff --git a/hello/database.hxx b/hello/database.hxx
index 6466e6b..532d602 100644
--- a/hello/database.hxx
+++ b/hello/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;
-- 
cgit v1.1