diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-10 13:26:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-10 13:26:12 +0000 |
commit | 9baf0f04276a1840b7c5103f22a150b22f9993d6 (patch) | |
tree | 093219d965a13a5f8bda64e57b895555550104c5 | |
parent | 2abb59c5f23a7899b8242649642a0a36d186e6a0 (diff) |
INTEGRATION: CWS qiq (1.4.44); FILE MERGED
2006/06/28 08:45:20 fs 1.4.44.1: #i10000#
-rw-r--r-- | connectivity/source/drivers/evoab2/NStatement.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/evoab2/NStatement.cxx b/connectivity/source/drivers/evoab2/NStatement.cxx index bcb524f37efc..f21ba3d68c74 100644 --- a/connectivity/source/drivers/evoab2/NStatement.cxx +++ b/connectivity/source/drivers/evoab2/NStatement.cxx @@ -4,9 +4,9 @@ * * $RCSfile: NStatement.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2006-02-28 10:34:38 $ + * last change: $Author: obo $ $Date: 2006-07-10 14:26:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -226,7 +226,7 @@ sal_Bool SAL_CALL OStatement_Base::execute( const ::rtl::OUString& sql ) throw(S 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) |