1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/lib/Doctrine/ORM/Persisters
2013-05-10 23:31:27 +02:00
..
AbstractCollectionPersister.php Fixed typos 2013-04-06 14:31:27 +00:00
AbstractEntityInheritancePersister.php Fixed documentation for ORM\Persisters 2012-12-03 10:15:43 +00:00
BasicEntityPersister.php [DDC-2430] Prevent Criteria queries using the ID of an assocation on PersistentCollections, as the in-memory ArrayCollection does not work with this kind of query. Attention this is a BC-BREAK, that is necessary to fix potentially very hard to debug bugs. Therefore it is not merged back into 2.3 2013-05-09 13:24:36 +02:00
ElementCollectionPersister.php Fixed documentation for ORM\Persisters 2012-12-03 10:15:43 +00:00
JoinedSubclassPersister.php Merge pull request #537 from Powerhamster/joined-composite-keys 2013-05-04 05:59:02 -07:00
ManyToManyPersister.php Fix DDC-2252 2013-03-16 01:15:54 -03:00
OneToManyPersister.php Fixed documentation for ORM\Persisters 2012-12-03 10:15:43 +00:00
PersisterException.php [DDC-2430] Prevent Criteria queries using the ID of an assocation on PersistentCollections, as the in-memory ArrayCollection does not work with this kind of query. Attention this is a BC-BREAK, that is necessary to fix potentially very hard to debug bugs. Therefore it is not merged back into 2.3 2013-05-09 13:24:36 +02:00
SingleTablePersister.php Fixed typos 2013-03-11 00:08:58 +00:00
SqlExpressionVisitor.php Fix regression in DDC-2430. 2013-05-10 23:31:27 +02:00
SqlValueVisitor.php Added 'contains' comparison 2013-03-07 13:32:56 +01:00
UnionSubclassPersister.php Fixed documentation for ORM\Persisters 2012-12-03 10:15:43 +00:00