mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #883] [MERGED] [DDC-2862] Fix non initialized association proxy #8848
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/883
Author: @FabioBatSilva
Created: 12/20/2013
Status: ✅ Merged
Merged: 12/20/2013
Merged by: @guilhermeblanco
Base:
master← Head:hotfix-slc📝 Commits (1)
22e3a76Fix non initialized association proxy📊 Changes
7 files changed (+237 additions, -8 deletions)
View changed files
📝
lib/Doctrine/ORM/Cache/DefaultEntityHydrator.php(+1 -4)📝
tests/Doctrine/Tests/ORM/Cache/DefaultEntityHydratorTest.php(+28 -0)📝
tests/Doctrine/Tests/ORM/Functional/SecondLevelCacheConcurrentTest.php(+2 -0)📝
tests/Doctrine/Tests/ORM/Functional/SecondLevelCacheManyToManyTest.php(+4 -1)📝
tests/Doctrine/Tests/ORM/Functional/SecondLevelCacheOneToManyTest.php(+7 -2)📝
tests/Doctrine/Tests/ORM/Functional/SecondLevelCacheSingleTableInheritanceTest.php(+5 -1)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2862Test.php(+190 -0)📄 Description
http://www.doctrine-project.org/jira/browse/DDC-2862
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.