Skip to content

Commit

Permalink
Al32 UT8 enviroment
Browse files Browse the repository at this point in the history
  • Loading branch information
tojocky committed Feb 28, 2012
1 parent ac7b755 commit adcce8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection.cc
Expand Up @@ -6,7 +6,7 @@ node_db_oracle::Connection::Connection()
connection(NULL) {
this->port = 1521;
this->quoteName = '"';
this->environment = oracle::occi::Environment::createEnvironment(oracle::occi::Environment::THREADED_MUTEXED);
this->environment = oracle::occi::Environment::createEnvironment("AL32UTF8","AL32UTF8", oracle::occi::Environment::THREADED_MUTEXED);
if (this->environment == NULL) {
throw node_db::Exception("Cannot create environment");
}
Expand Down

0 comments on commit adcce8d

Please sign in to comment.