User: obo     
Date: 2006/07/10 07:26:14

Modified:
   dba/connectivity/source/drivers/evoab2/NStatement.cxx

Log:
 INTEGRATION: CWS qiq (1.4.44); FILE MERGED
 2006/06/28 08:45:20 fs 1.4.44.1: #i10000#

File Changes:

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

File [changed]: NStatement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab2/NStatement.cxx?r1=1.4&r2=1.5
Delta lines:  +1 -1
-------------------
--- NStatement.cxx      28 Feb 2006 10:34:38 -0000      1.4
+++ NStatement.cxx      10 Jul 2006 14:26:12 -0000      1.5
@@ -226,7 +226,7 @@
        checkDisposed(OStatement_BASE::rBHelper.bDisposed);
                
        executeQuery( sql );
-       return m_aSQLIterator.getStatementType() == SQL_STATEMENT_SELECT || 
m_aSQLIterator.getStatementType() == SQL_STATEMENT_SELECT_COUNT;
+       return m_aSQLIterator.getStatementType() == SQL_STATEMENT_SELECT;
 }
 
 EBookQuery *OStatement_Base::whereAnalysis( const OSQLParseNode* parseTree ) 
throw(SQLException, RuntimeException)




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

Reply via email to