ZF-6748: If index of row equals count of rows in seek(), exception is needed.
Description
When you use index of Row equals count of rows in set, I didn't recieve exception. Need change condition in method seek of Zend_Db_Table_Rowset_Abstract class (Zend/Db/Table/Rowset/Abstract.php). ... (Line 325) if ($position < 0 || $position >= $this->_count) { .....
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-05-29T14:02:23.000+0000
Solved in SVN r15817
Posted by C Snover (snover) on 2009-07-14T12:28:27.000+0000
This patch has broken getRow after an iteration through the rowset.