Ralf Eggert wrote:
> 
> --------------------------------
> 
> After adding this one line my whole application seems to be working
> again. Does this help you to track down the problems I encountered? How
> can it be that a simple call to Zend_Db_Table_Select::__toString()
> before the call of Zend_Db_Table_Select::joinLeft() fixes this weird
> issue?
> 
> Thanks again and Best Regards,
> 
> Ralf
> 
> 

Is there a fix planned for this?  It is still broken in the 20080207
snapshot.

The call to Zend_Db_Select __toString() forces an evaluation of the
statement (according to the docs), so I'm guessing that must be what makes
it work.  If you add the join without evaluating it first, it is broken.
-- 
View this message in context: 
http://www.nabble.com/1.5-Preview-Release-Preview-tp15100973s16154p15336592.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to