mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
MySQL: Implemented affectedRowCount
This commit is contained in:
@@ -63,7 +63,7 @@ std::size_t MySQLStatementImpl::columnsReturned() const
|
||||
|
||||
std::size_t MySQLStatementImpl::affectedRowCount() const
|
||||
{
|
||||
return 0;
|
||||
return _stmt.getAffectedRowCount();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user