[PR #457] [CLOSED] Fixes case when an entity has a relationship with a class with joined inheritance #8221

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/457
Author: @fran6co
Created: 9/29/2012
Status: Closed

Base: masterHead: fix-subclass-relation


📝 Commits (1)

  • 1f3571e fixes case when an entity has a relationship with a class with joined inheritance

📊 Changes

3 files changed (+62 additions, -10 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/SqlWalker.php (+35 -10)
📝 tests/Doctrine/Tests/Models/Company/CompanyOrganization.php (+5 -0)
📝 tests/Doctrine/Tests/ORM/Functional/ClassTableInheritanceTest.php (+22 -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/457 **Author:** [@fran6co](https://github.com/fran6co) **Created:** 9/29/2012 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-subclass-relation` --- ### 📝 Commits (1) - [`1f3571e`](https://github.com/doctrine/orm/commit/1f3571edddfecfe0364e74bf70c1cfbd8db393a6) fixes case when an entity has a relationship with a class with joined inheritance ### 📊 Changes **3 files changed** (+62 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/SqlWalker.php` (+35 -10) 📝 `tests/Doctrine/Tests/Models/Company/CompanyOrganization.php` (+5 -0) 📝 `tests/Doctrine/Tests/ORM/Functional/ClassTableInheritanceTest.php` (+22 -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:58:56 +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#8221