diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 15:19:29 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 15:19:29 +0000 |
commit | 96bbd4a4bba63a64e134116920a4feadeb68357e (patch) | |
tree | 9c5f2095e19ed0a41acfce1a30889fa4c5a4f4e5 /connectivity | |
parent | affb15919578ca0edda9cc7426d66e386945f127 (diff) |
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
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/jdbc/DatabaseMetaData.cxx | 5 | ||||
-rw-r--r-- | connectivity/source/drivers/jdbc/tools.cxx | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/connectivity/source/drivers/jdbc/DatabaseMetaData.cxx b/connectivity/source/drivers/jdbc/DatabaseMetaData.cxx index 81f6e92e0c27..f8afdfedece3 100644 --- a/connectivity/source/drivers/jdbc/DatabaseMetaData.cxx +++ b/connectivity/source/drivers/jdbc/DatabaseMetaData.cxx @@ -4,9 +4,9 @@ * * $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 terms of GNU Lesser General Public License Version 2.1. @@ -105,6 +105,7 @@ java_sql_DatabaseMetaData::java_sql_DatabaseMetaData( JNIEnv * pEnv, jobject myO ,m_pConnection(_pConnection) { SDBThreadAttach::addRef(); + setConnectionInfo( _pConnection->getConnectionInfo() ); } // ------------------------------------------------------------------------- diff --git a/connectivity/source/drivers/jdbc/tools.cxx b/connectivity/source/drivers/jdbc/tools.cxx index 2fd79f6dad86..504be3ddc818 100644 --- a/connectivity/source/drivers/jdbc/tools.cxx +++ b/connectivity/source/drivers/jdbc/tools.cxx @@ -4,9 +4,9 @@ * * $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 terms of GNU Lesser General Public License Version 2.1. @@ -165,6 +165,7 @@ java_util_Properties* connectivity::createStringPropertyArray(const Sequence< Pr if( pBegin->Name.compareToAscii("JavaDriverClass") && pBegin->Name.compareToAscii("CharSet") && pBegin->Name.compareToAscii("AppendTableAlias") && + pBegin->Name.compareToAscii("GenerateASBeforeCorrelationName") && pBegin->Name.compareToAscii("ParameterNameSubstitution") && pBegin->Name.compareToAscii("IsPasswordRequired") && pBegin->Name.compareToAscii("IsAutoRetrievingEnabled") && |