[PR #974] [MERGED] [SLC] Resolve association cache entry #8984

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/974
Author: @FabioBatSilva
Created: 3/7/2014
Status: Merged
Merged: 3/7/2014
Merged by: @guilhermeblanco

Base: masterHead: resolve-association-entry


📝 Commits (1)

  • e9ec0a2 [SLC] resolve association cache entry

📊 Changes

5 files changed (+120 additions, -15 deletions)

View changed files

📝 lib/Doctrine/ORM/Cache/DefaultCollectionHydrator.php (+1 -1)
📝 lib/Doctrine/ORM/Cache/DefaultEntityHydrator.php (+1 -1)
📝 lib/Doctrine/ORM/Cache/DefaultQueryCache.php (+5 -12)
📝 lib/Doctrine/ORM/Cache/EntityCacheEntry.php (+20 -0)
📝 tests/Doctrine/Tests/ORM/Functional/SecondLevelCacheQueryCacheTest.php (+93 -1)

📄 Description

No description provided


🔄 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/974 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 3/7/2014 **Status:** ✅ Merged **Merged:** 3/7/2014 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `resolve-association-entry` --- ### 📝 Commits (1) - [`e9ec0a2`](https://github.com/doctrine/orm/commit/e9ec0a24da69a1fb2934904c2d50b45f80dccb3c) [SLC] resolve association cache entry ### 📊 Changes **5 files changed** (+120 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Cache/DefaultCollectionHydrator.php` (+1 -1) 📝 `lib/Doctrine/ORM/Cache/DefaultEntityHydrator.php` (+1 -1) 📝 `lib/Doctrine/ORM/Cache/DefaultQueryCache.php` (+5 -12) 📝 `lib/Doctrine/ORM/Cache/EntityCacheEntry.php` (+20 -0) 📝 `tests/Doctrine/Tests/ORM/Functional/SecondLevelCacheQueryCacheTest.php` (+93 -1) </details> ### 📄 Description _No description provided_ --- <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:02:38 +01:00
admin closed this issue 2026-01-22 16:02:39 +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#8984