Kaydet (Commit) 96bbd4a4 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS dba22ui (1.23.20); FILE MERGED

2006/12/05 15:02:46 fs 1.23.20.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
üst affb1591
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: DatabaseMetaData.cxx,v $ * $RCSfile: DatabaseMetaData.cxx,v $
* *
* $Revision: 1.23 $ * $Revision: 1.24 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 02:45:43 $ * last change: $Author: kz $ $Date: 2006-12-13 16:18:32 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -105,6 +105,7 @@ java_sql_DatabaseMetaData::java_sql_DatabaseMetaData( JNIEnv * pEnv, jobject myO ...@@ -105,6 +105,7 @@ java_sql_DatabaseMetaData::java_sql_DatabaseMetaData( JNIEnv * pEnv, jobject myO
,m_pConnection(_pConnection) ,m_pConnection(_pConnection)
{ {
SDBThreadAttach::addRef(); SDBThreadAttach::addRef();
setConnectionInfo( _pConnection->getConnectionInfo() );
} }
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: tools.cxx,v $ * $RCSfile: tools.cxx,v $
* *
* $Revision: 1.23 $ * $Revision: 1.24 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 02:50:53 $ * last change: $Author: kz $ $Date: 2006-12-13 16:19:29 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -165,6 +165,7 @@ java_util_Properties* connectivity::createStringPropertyArray(const Sequence< Pr ...@@ -165,6 +165,7 @@ java_util_Properties* connectivity::createStringPropertyArray(const Sequence< Pr
if( pBegin->Name.compareToAscii("JavaDriverClass") && if( pBegin->Name.compareToAscii("JavaDriverClass") &&
pBegin->Name.compareToAscii("CharSet") && pBegin->Name.compareToAscii("CharSet") &&
pBegin->Name.compareToAscii("AppendTableAlias") && pBegin->Name.compareToAscii("AppendTableAlias") &&
pBegin->Name.compareToAscii("GenerateASBeforeCorrelationName") &&
pBegin->Name.compareToAscii("ParameterNameSubstitution") && pBegin->Name.compareToAscii("ParameterNameSubstitution") &&
pBegin->Name.compareToAscii("IsPasswordRequired") && pBegin->Name.compareToAscii("IsPasswordRequired") &&
pBegin->Name.compareToAscii("IsAutoRetrievingEnabled") && pBegin->Name.compareToAscii("IsAutoRetrievingEnabled") &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment