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-01-18 14:31:40 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
doctrine2
/
lib
/
Doctrine
/
ORM
/
Persisters
History
Benjamin Eberlei
be4eb63c62
Merge branch 'DBAL-15'
2011-11-21 21:38:05 +01:00
..
AbstractCollectionPersister.php
Small changes for code readability. Added type binding in JoinedSubclassPersister, which was missing. Fixes DDC-1316.
2011-09-05 02:27:06 -03:00
AbstractEntityInheritancePersister.php
Move check for conversion SQL to ClassMetadataInfo
2011-11-20 19:50:51 +01:00
BasicEntityPersister.php
Merge branch 'DBAL-15'
2011-11-21 21:38:05 +01:00
ElementCollectionPersister.php
[2.0] Fix Fatal errors in unused classes that crash the testsuite when running PHPUnit with coverage-whitelisting of complete Doctrine directory.
2009-11-06 17:05:22 +00:00
JoinedSubclassPersister.php
DDC-1454 - Fix exists() for Joined table inheritance
2011-10-28 00:50:10 +02:00
ManyToManyPersister.php
Added getQuotedTableName() in missing places of Doctrine ORM. Fixes DDC-1365.
2011-09-07 01:48:19 -03:00
OneToManyPersister.php
[DDC-1301] Fixed count() for fetch="EXTRA_LAZY" on OneToMany association
2011-07-28 11:01:52 +02:00
SingleTablePersister.php
Fix DDC-1402 - No caching for SingleTablePersister::_getSelectColumnList
2011-10-10 17:52:37 +02:00
UnionSubclassPersister.php
Renamed StandardEntityPersister to BasicEntityPersister
2010-04-26 13:12:46 +02:00