Tag: cws_dev300_dba31c User: fs Date: 2008-09-10 12:35:30+0000 Modified: dba/connectivity/source/drivers/mozab/MResultSet.cxx
Log: #i92638# readSomeBytes is actually wrong, since it's allowed to return before EOF - use readBytes instead File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MResultSet.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MResultSet.cxx?r1=1.33&r2=1.33.30.1 Delta lines: +3 -3 ------------------- --- MResultSet.cxx 2008-06-25 11:45:02+0000 1.33 +++ MResultSet.cxx 2008-09-10 12:35:27+0000 1.33.30.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: MResultSet.cxx,v $ - * $Revision: 1.33 $ + * $Revision: 1.33.30.1 $ * * This file is part of OpenOffice.org. * @@ -1802,7 +1802,7 @@ ::dbtools::throwGenericSQLException(::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Invalid use of null pointer")),*this); Sequence<sal_Int8> aSeq; - x->readSomeBytes(aSeq,length); + x->readBytes(aSeq,length); updateValue(columnIndex,aSeq); } // ------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]