Kaydet (Commit) b72f94c6 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS dba24d (1.25.80); FILE MERGED

2007/12/01 13:36:48 fs 1.25.80.2: RESYNC: (1.25-1.26); FILE MERGED
2007/11/21 12:40:51 oj 1.25.80.1: #i68854# impl TypeSettingInfo for Oracle and some clean up
üst 8f424ac3
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: tools.cxx,v $ * $RCSfile: tools.cxx,v $
* *
* $Revision: 1.27 $ * $Revision: 1.28 $
* *
* last change: $Author: vg $ $Date: 2008-01-29 08:38:17 $ * last change: $Author: rt $ $Date: 2008-01-30 07:55:41 $
* *
* 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.
...@@ -181,6 +181,8 @@ java_util_Properties* connectivity::createStringPropertyArray(const Sequence< Pr ...@@ -181,6 +181,8 @@ java_util_Properties* connectivity::createStringPropertyArray(const Sequence< Pr
pBegin->Name.compareToAscii("EnableSQL92Check") && pBegin->Name.compareToAscii("EnableSQL92Check") &&
pBegin->Name.compareToAscii("EnableOuterJoinEscape") && pBegin->Name.compareToAscii("EnableOuterJoinEscape") &&
pBegin->Name.compareToAscii("BooleanComparisonMode") && pBegin->Name.compareToAscii("BooleanComparisonMode") &&
pBegin->Name.compareToAscii("IgnoreCurrency") &&
pBegin->Name.compareToAscii("TypeInfoSettings") &&
pBegin->Name.compareToAscii("IgnoreDriverPrivileges")) pBegin->Name.compareToAscii("IgnoreDriverPrivileges"))
{ {
::rtl::OUString aStr; ::rtl::OUString aStr;
......
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