User: ihi Date: 2006/08/28 08:04:09 Modified: dba/dbaccess/source/core/api/RowSet.cxx
Log: INTEGRATION: CWS dba205a (1.145.10); FILE MERGED 2006/07/26 10:41:52 fs 1.145.10.2: corrected assertion text 2006/07/24 12:21:02 fs 1.145.10.1: #i67453# when extending an error message, caught during execution, with own information, don't allow for secondary exceptions to slip to the caller File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSet.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.cxx?r1=1.147&r2=1.148 Delta lines: +1 -1 ------------------- --- RowSet.cxx 15 Aug 2006 10:57:40 -0000 1.147 +++ RowSet.cxx 28 Aug 2006 15:04:06 -0000 1.148 @@ -1692,7 +1692,7 @@ catch( const SQLException& ) { SQLExceptionInfo aError( ::cppu::getCaughtException() ); - OSL_ENSURE( aError.isValid(), "ORowSet::execute_NoApprove_NoNewConn: caught an SQLException which we cannot analyze!" ); + OSL_ENSURE( aError.isValid(), "ORowSet::impl_prepareAndExecute_throw: caught an SQLException which we cannot analyze!" ); // append information about what we were actually going to execute try --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
