User: obo     
Date: 2006/07/10 07:28:00

Modified:
   dba/connectivity/source/drivers/hsqldb/HDriver.cxx

Log:
 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#

File Changes:

Directory: /dba/connectivity/source/drivers/hsqldb/
===================================================

File [changed]: HDriver.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HDriver.cxx?r1=1.17&r2=1.18
Delta lines:  +1 -3
-------------------
--- HDriver.cxx 20 Jun 2006 01:29:52 -0000      1.17
+++ HDriver.cxx 10 Jul 2006 14:27:58 -0000      1.18
@@ -225,7 +225,7 @@
 
                 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 @@
                                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;
 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to