ZF-3911: Many-To-Many join across databases not possible
Description
As far as I can tell, it is not possible to perform a many-to-many join between two tables in different databases. This could be corrected by simply specifying the schema for each table in the joininner() call in Zend_Db_Table_Row_Abstract::findManyToManyRowset().
Comments
Posted by Matt Pinkston (mpinkston) on 2008-11-19T12:30:57.000+0000
I believe this refers to the bug mentioned here: http://framework.zend.com/issues/browse/ZF-1838
Posted by Benjamin Eberlei (beberlei) on 2009-01-11T05:23:46.000+0000
Fixed