[PR #271] [MERGED] DDC-1618 - Query::Iterate() with fetch join exception but no associaiton selected #7944

Open
opened 2026-01-22 15:57:40 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/271
Author: @rande
Created: 1/24/2012
Status: Merged
Merged: 1/24/2012
Merged by: @beberlei

Base: 2.1.xHead: 2.1.x


📝 Commits (2)

  • b770a66 Fix DDC-1618 - add more check before throwing an iterateWithFetchJoinNotAllowed exception
  • 1c042b5 Add SqlWalker::HINT_DISTINCT constant

📊 Changes

2 files changed (+34 additions, -2 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/SqlWalker.php (+10 -2)
📝 tests/Doctrine/Tests/ORM/Query/QueryTest.php (+24 -0)

📄 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/271 **Author:** [@rande](https://github.com/rande) **Created:** 1/24/2012 **Status:** ✅ Merged **Merged:** 1/24/2012 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `2.1.x` ← **Head:** `2.1.x` --- ### 📝 Commits (2) - [`b770a66`](https://github.com/doctrine/orm/commit/b770a6687a023fe969a24a219ab26aa3697000c0) Fix DDC-1618 - add more check before throwing an iterateWithFetchJoinNotAllowed exception - [`1c042b5`](https://github.com/doctrine/orm/commit/1c042b5b8d64af5862c708a45f903cdce2c2be84) Add SqlWalker::HINT_DISTINCT constant ### 📊 Changes **2 files changed** (+34 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/SqlWalker.php` (+10 -2) 📝 `tests/Doctrine/Tests/ORM/Query/QueryTest.php` (+24 -0) </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:57:40 +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#7944