mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-01 23:03:23 +01:00
deleted commented code
This commit is contained in:
parent
044a23b1e8
commit
4e6ec71c18
@ -274,7 +274,6 @@ std::size_t SQLiteStatementImpl::next()
|
||||
_stepCalled = false;
|
||||
if (_affectedRowCount == POCO_SQLITE_INV_ROW_CNT) _affectedRowCount = 0;
|
||||
|
||||
//_affectedRowCount += (*extracts.begin())->numOfRowsHandled();
|
||||
if (extracts.size())
|
||||
_affectedRowCount += (*extracts.begin())->numOfRowsHandled();
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user