mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-07 07:19:08 +01:00
Restore previous version.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
217c520731
commit
d3d11e25d9
@ -274,9 +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;
|
||||||
|
|
||||||
if (extracts.size())
|
|
||||||
|
|
||||||
//_affectedRowCount += (*extracts.begin())->numOfRowsHandled();
|
|
||||||
if (extracts.size())
|
if (extracts.size())
|
||||||
_affectedRowCount += (*extracts.begin())->numOfRowsHandled();
|
_affectedRowCount += (*extracts.begin())->numOfRowsHandled();
|
||||||
else
|
else
|
||||||
@ -284,11 +281,6 @@ std::size_t SQLiteStatementImpl::next()
|
|||||||
_stepCalled = true;
|
_stepCalled = true;
|
||||||
_nextResponse = SQLITE_DONE;
|
_nextResponse = SQLITE_DONE;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
_stepCalled = true;
|
|
||||||
_nextResponse = SQLITE_DONE;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
else if (SQLITE_DONE == _nextResponse)
|
else if (SQLITE_DONE == _nextResponse)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user