mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #522] [CLOSED] [DDC-2166] Refactor identity hash generation #8320
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/522
Author: @beberlei
Created: 11/25/2012
Status: ❌ Closed
Base:
master← Head:DDC-2166📝 Commits (1)
44fc081[DDC-2166] Refactor identity hash generation📊 Changes
8 files changed (+278 additions, -93 deletions)
View changed files
📝
lib/Doctrine/ORM/EntityManager.php(+8 -51)➕
lib/Doctrine/ORM/Internal/IdentityMap/CompositeKeyHashStrategy.php(+55 -0)➕
lib/Doctrine/ORM/Internal/IdentityMap/DerivedKeyHashStrategy.php(+62 -0)➕
lib/Doctrine/ORM/Internal/IdentityMap/IdentifierHashStrategy.php(+40 -0)➕
lib/Doctrine/ORM/Internal/IdentityMap/SurrogateKeyHashStrategy.php(+36 -0)📝
lib/Doctrine/ORM/Persisters/BasicEntityPersister.php(+1 -1)📝
lib/Doctrine/ORM/UnitOfWork.php(+75 -40)📝
tests/Doctrine/Tests/ORM/Functional/UnitOfWorkLifecycleTest.php(+1 -1)📄 Description
This work prepares for the merge of GH-232, allowing more complex and robust identifier hash generation.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.