ZF-7844: SETNULL option not provied in onUpdate or onDelete statements
Description
If a reference map in zend db contains 'onDelete' => self::SET_NULL this is not executed in the database.
If a reference map in zend db contains 'onDelete' => self::SET_NULL this is not executed in the database.
Comments
Posted by Matus Zeman (matuszemi) on 2011-02-28T05:08:21.000+0000
This was my quick fix: ZF 1.10.8 Zend_Db_Table_Abstract::_cascadeDelete() - line: 1190
Posted by Maxim Postoronca (max4ever) on 2011-10-12T09:01:33.000+0000
this option is also missing from _cascadeUpdate in version 1.11.11