[PR #87] [CLOSED] Fixed DDC-217, the result cache is caching the sql result #7692

Closed
opened 2026-01-22 15:56:23 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/87
Author: @bogdanalbei
Created: 7/22/2011
Status: Closed

Base: masterHead: DDC-217


📝 Commits (2)

  • 00d1aa2 Fixed DDC-217, the result cache is caching the sql result
  • 750b4b5 fixed indentation and style issues

📊 Changes

4 files changed (+79 additions, -19 deletions)

View changed files

📝 lib/Doctrine/ORM/AbstractQuery.php (+19 -6)
lib/Doctrine/ORM/Internal/Hydration/PDOMock.php (+40 -0)
📝 lib/Doctrine/ORM/NativeQuery.php (+10 -5)
📝 lib/Doctrine/ORM/Query.php (+10 -8)

📄 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/87 **Author:** [@bogdanalbei](https://github.com/bogdanalbei) **Created:** 7/22/2011 **Status:** ❌ Closed **Base:** `master` ← **Head:** `DDC-217` --- ### 📝 Commits (2) - [`00d1aa2`](https://github.com/doctrine/orm/commit/00d1aa2192b86e51872fbc833b2436354f6fe162) Fixed DDC-217, the result cache is caching the sql result - [`750b4b5`](https://github.com/doctrine/orm/commit/750b4b5956bcfa0d857b7b60fe16f5aaf6b9efda) fixed indentation and style issues ### 📊 Changes **4 files changed** (+79 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/AbstractQuery.php` (+19 -6) ➕ `lib/Doctrine/ORM/Internal/Hydration/PDOMock.php` (+40 -0) 📝 `lib/Doctrine/ORM/NativeQuery.php` (+10 -5) 📝 `lib/Doctrine/ORM/Query.php` (+10 -8) </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 15:56:23 +01:00
admin closed this issue 2026-01-22 15:56:23 +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#7692