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