summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/hsqldb/HDriver.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-10 13:27:58 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-10 13:27:58 +0000
commit1bc65597a83e69d6411c24d4a0e820847554696f (patch)
treedafe33d8944d4ea5a4cf487139e0cabb74716555 /connectivity/source/drivers/hsqldb/HDriver.cxx
parent3f3d5bb2e1ecb0bc40b8bc8e1bf62f2d0bb901fa (diff)
INTEGRATION: CWS qiq (1.16.28); FILE MERGED
2006/06/27 14:26:50 fs 1.16.28.2: RESYNC: (1.16-1.17); FILE MERGED 2006/06/09 12:42:59 fs 1.16.28.1: no ParameterNameSubstitution needed anymore - we taught HSQLDB to understand named parameters during #i51143#
Diffstat (limited to 'connectivity/source/drivers/hsqldb/HDriver.cxx')
-rw-r--r--connectivity/source/drivers/hsqldb/HDriver.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/connectivity/source/drivers/hsqldb/HDriver.cxx b/connectivity/source/drivers/hsqldb/HDriver.cxx
index 5bcdde54ab..a9002c698a 100644
--- a/connectivity/source/drivers/hsqldb/HDriver.cxx
+++ b/connectivity/source/drivers/hsqldb/HDriver.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: HDriver.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 01:29:52 $
+ * last change: $Author: obo $ $Date: 2006-07-10 14:27:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -225,7 +225,7 @@ namespace connectivity
bool bIsNewDatabase = !xStorage->hasElements();
- Sequence< PropertyValue > aConvertedProperties(9);
+ Sequence< PropertyValue > aConvertedProperties(8);
sal_Int32 nPos = 0;
aConvertedProperties[nPos].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("storage_key"));
::rtl::OUString sConnPartURL = sSystemPath.copy(0,nIndex);
@@ -241,8 +241,6 @@ namespace connectivity
aConvertedProperties[nPos++].Value <<= sal_True;
aConvertedProperties[nPos].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("AutoRetrievingStatement"));
aConvertedProperties[nPos++].Value <<= ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CALL IDENTITY()"));
- aConvertedProperties[nPos].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ParameterNameSubstitution"));
- aConvertedProperties[nPos++].Value <<= sal_True;
aConvertedProperties[nPos].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("IgnoreDriverPrivileges"));
aConvertedProperties[nPos++].Value <<= sal_True;