Tag: cws_src680_qiq User: fs Date: 06/06/09 05:43:02 Modified: /dba/connectivity/source/drivers/hsqldb/ HDriver.cxx
Log: 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.16&r2=1.16.28.1 Delta lines: +4 -6 ------------------- --- HDriver.cxx 29 Mar 2006 12:16:41 -0000 1.16 +++ HDriver.cxx 9 Jun 2006 12:42:59 -0000 1.16.28.1 @@ -4,9 +4,9 @@ * * $RCSfile: HDriver.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.16.28.1 $ * - * last change: $Author: obo $ $Date: 2006/03/29 12:16:41 $ + * last change: $Author: fs $ $Date: 2006/06/09 12:42:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -219,7 +219,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); @@ -235,8 +235,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]
