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 06:21:40 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
doctrine2
/
lib
/
Doctrine
/
ORM
/
Persisters
History
jwage
05d5fe4954
[2.0] Finishing optimistic locking with timestamp support
2009-08-24 17:06:12 +00:00
..
AbstractCollectionPersister.php
[2.0] More docblocks. Renamed methods Type::addCustomType to Type::addType and Connection::exec to Connection::executeUpdate. Added Type::hasType.
2009-08-10 22:43:27 +00:00
ElementCollectionPersister.php
[2.0]
Fixed
#2366
.
2009-07-21 15:53:58 +00:00
JoinedSubclassPersister.php
[2.0] Applied fixes for character casing issues. Simplified inheritance mapping and improved handling of outer joins in Class Table Inheritance.
2009-08-17 17:58:16 +00:00
ManyToManyPersister.php
[2.0] Removed AssociationMappings from ResultSetMapping for improved caching. Fixed caching issue with reflection classes and properties. Reimplemented and leaned up broken identifier quoting. Added support for named (native) queries. Fixed small hydration memory leak.
2009-08-11 10:51:38 +00:00
OneToManyPersister.php
[2.0]
Fixed
#2366
.
2009-07-21 15:53:58 +00:00
SingleTablePersister.php
[2.0] More preparations to fix character casing issue. Reverted and completed ConditionalPrimary parsing and added more tests for this.
2009-08-16 16:36:00 +00:00
StandardEntityPersister.php
[2.0] Finishing optimistic locking with timestamp support
2009-08-24 17:06:12 +00:00
UnionSubclassPersister.php
[2.0] Another step towards finishing namespace refactoring
2009-02-20 05:46:20 +00:00