mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
GH #499: Poco::Data::Statement::execute returns wrong value when zero results (ODBC)
This commit is contained in:
@@ -42,7 +42,7 @@ std::size_t MySQLStatementImpl::columnsReturned() const
|
||||
}
|
||||
|
||||
|
||||
std::size_t MySQLStatementImpl::affectedRowCount() const
|
||||
int MySQLStatementImpl::affectedRowCount() const
|
||||
{
|
||||
return _stmt.getAffectedRowCount();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user