This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
doctrine2
Watch
1
Star
0
Fork
0
You've already forked doctrine2
mirror of
synced
2025-02-09 00:39:25 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
doctrine2
/
lib
/
Doctrine
/
ORM
/
Persisters
History
Diego Mazzaro
bd0e0c3fcf
[bugfix] if BIGINT or SMALLINT version field was not incremented.
...
Made version field accepted type coherent between ClassMetadataInfo and BasicEntityPersister
2013-09-29 16:17:10 +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
[bugfix] if BIGINT or SMALLINT version field was not incremented.
2013-09-29 16:17:10 +02:00
ElementCollectionPersister.php
Fixed documentation for ORM\Persisters
2012-12-03 10:15:43 +00:00
JoinedSubclassPersister.php
Modified executeInserts method in JoinedSubclassPersister to only check for the presence of columns in a composite primary key
2013-08-11 19:41:10 -06:00
ManyToManyPersister.php
Fixing missing table aliases when using Many2Many persister.
2013-08-21 23:39:40 -04:00
OneToManyPersister.php
Check owning entitiy on extra lazy get with OneToMany relation
2013-06-27 14:17:41 +02: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 DDC-2478
2013-06-13 16:44:02 -04:00
SqlValueVisitor.php
[DDC-2471] Fix EQ/NEQ null handling of criteria
2013-05-26 09:04:19 +02:00