LooseCoupling
LooseCoupling copied to clipboard
[Doctrine 1.2 extension] allow relations to records of multiple types
Hello .... Me again... Thought of another bug. Unlikely, but if someone has a schema with an object that has a loosely coupled relation, and another loosely coupleable object that...
Suppose I have two tables `File` and `Collection`. A `File` can be included in N `Collections`. Both tables are loose-coupled with a Tags relation. So, when doing something like this:...
another problem in Doctrine_Record_Filter_LooselyCoupleable: when you set an object that was not saved before ($object->exists() == false) the method _findObjectPrimaryKey() throws a Doctrine_Record_Exception. The problem is that Doctrine then rethrows...