Tag: cws_src680_qiq User: fs Date: 06/06/01 05:49:37 Modified: /dba/dbaccess/source/core/api/ query.cxx
Log: oops. implCollectColumns should throw if not parsable File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: query.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/query.cxx?r1=1.29.124.1&r2=1.29.124.2 Delta lines: +3 -3 ------------------- --- query.cxx 1 Jun 2006 12:32:48 -0000 1.29.124.1 +++ query.cxx 1 Jun 2006 12:49:35 -0000 1.29.124.2 @@ -4,9 +4,9 @@ * * $RCSfile: query.cxx,v $ * - * $Revision: 1.29.124.1 $ + * $Revision: 1.29.124.2 $ * - * last change: $Author: fs $ $Date: 2006/06/01 12:32:48 $ + * last change: $Author: fs $ $Date: 2006/06/01 12:49:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -194,7 +194,7 @@ } catch( const SQLException& ) { - if ( m_bEscapeProcessing ) + if ( !m_bEscapeProcessing ) // with escape processing, this is expected to succeed. It didn't, // so handle this below throw; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
