diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-08-31 21:43:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-09-01 10:40:14 +0100 |
commit | 99542f5744b8feaec0c44081029cdedd93a77639 (patch) | |
tree | 3cfea31b503946ce0a381b2b12bc16ed8c7a46ad /connectivity/source/drivers | |
parent | 1e9881441482f61c770a30f8294e6a38ec1a2ebd (diff) |
coverity#1372389 Uncaught exception
Change-Id: Ic788073adcaefb3de2bff7e249f17a64fad48b19
Diffstat (limited to 'connectivity/source/drivers')
-rw-r--r-- | connectivity/source/drivers/file/fcomp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/file/fcomp.cxx b/connectivity/source/drivers/file/fcomp.cxx index 611c9454eb95..018b57e4596f 100644 --- a/connectivity/source/drivers/file/fcomp.cxx +++ b/connectivity/source/drivers/file/fcomp.cxx @@ -410,7 +410,7 @@ void OPredicateCompiler::execute_ISNULL(OSQLParseNode* pPredicateNode) throw(SQL m_aCodeList.push_back(pOperator); } -OOperand* OPredicateCompiler::execute_Operand(OSQLParseNode* pPredicateNode) throw(SQLException, RuntimeException) +OOperand* OPredicateCompiler::execute_Operand(OSQLParseNode* pPredicateNode) throw(SQLException, RuntimeException, std::exception) { OOperand* pOperand = nullptr; |