[PR #883] [MERGED] [DDC-2862] Fix non initialized association proxy #8848

Closed
opened 2026-01-22 16:01:59 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: hotfix-slc


📝 Commits (1)

  • 22e3a76 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/883 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 12/20/2013 **Status:** ✅ Merged **Merged:** 12/20/2013 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `hotfix-slc` --- ### 📝 Commits (1) - [`22e3a76`](https://github.com/doctrine/orm/commit/22e3a76327890d93af70d6e9a5d71415c62f301b) Fix non initialized association proxy ### 📊 Changes **7 files changed** (+237 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description http://www.doctrine-project.org/jira/browse/DDC-2862 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:01:59 +01:00
admin closed this issue 2026-01-22 16:01:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8848