You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
If you iterate over a buffered result set but stop before reaching the end then try to iterate over it again the data past where the initial iteration stoped is not returned correctly.
The problem is Zend\Db\ResultSet\AbstractResultSet::rewind() does not reset the data source's position, but Zend\Db\ResultSet\AbstractResultSet::valid() and Zend\Db\ResultSet\AbstractResultSet::current() use it once you iterate past where the buffer has been filled.
The text was updated successfully, but these errors were encountered:
If you iterate over a buffered result set but stop before reaching the end then try to iterate over it again the data past where the initial iteration stoped is not returned correctly.
The problem is Zend\Db\ResultSet\AbstractResultSet::rewind() does not reset the data source's position, but Zend\Db\ResultSet\AbstractResultSet::valid() and Zend\Db\ResultSet\AbstractResultSet::current() use it once you iterate past where the buffer has been filled.
The text was updated successfully, but these errors were encountered: