Hi Eric, Wil is working on the 1.5.0 Preview Release release notes, which likely should be committed to SVN today or tomorrow (PST). This should have much of the information you seek, but in the meantime, please feel free to scour the JIRA issue tracker. :)
http://framework.zend.com/issues/browse/ZF Best regards, Darby Eric Coleman wrote: > Yeah, so my sub-classes are to blame... I really apologize for not > investigating further before bitching. > > Is there a detailed list of changes available yet for Zend_Db and > related classes, or do I need to hold tight a little while longer... > > /me hides > > On Jan 24, 2008, at 7:03 AM, Eric Coleman wrote: > >> Seems all kinds of mistakes :/ >> >> Catchable fatal error: Argument 1 passed to >> Zend_Db_Table_Abstract::_order() must be an instance of >> Zend_Db_Table_Select, instance of Zend_Db_Select given >> >> PHP Catchable fatal error: Argument 1 passed to >> Zend_Db_Table_Abstract::_fetch() must be an instance of >> Zend_Db_Table_Select, instance of Zend_Db_Select given >> >> Also, it seems to be generating messed up queries... Example: >> >> >> $table = new Zend_Db_Table(); >> $table->fetchAll(null, array('lastName', 'firstName')); >> >> results in: >> >> SELECT >> >> ORDER BY >> `lastName` ASC, >> `firstName` ASC >> >> Regards, >> Eric > >
