[PR #366] [CLOSED] [PoC] Arbitrary join support #8086

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/366
Author: @asm89
Created: 6/9/2012
Status: Closed

Base: masterHead: join-poc


📝 Commits (1)

  • 5e4188c [PoC] Arbitrary join support

📊 Changes

6 files changed (+233 additions, -145 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/AST/Join.php (+4 -6)
📝 lib/Doctrine/ORM/Query/AST/JoinAssociationPathExpression.php (+4 -2)
lib/Doctrine/ORM/Query/AST/JoinClassPathExpression.php (+47 -0)
📝 lib/Doctrine/ORM/Query/Parser.php (+62 -33)
📝 lib/Doctrine/ORM/Query/SqlWalker.php (+108 -104)
📝 tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php (+8 -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/366 **Author:** [@asm89](https://github.com/asm89) **Created:** 6/9/2012 **Status:** ❌ Closed **Base:** `master` ← **Head:** `join-poc` --- ### 📝 Commits (1) - [`5e4188c`](https://github.com/doctrine/orm/commit/5e4188c70c1734bbcfec29bb8886e0305f74f04e) [PoC] Arbitrary join support ### 📊 Changes **6 files changed** (+233 additions, -145 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/AST/Join.php` (+4 -6) 📝 `lib/Doctrine/ORM/Query/AST/JoinAssociationPathExpression.php` (+4 -2) ➕ `lib/Doctrine/ORM/Query/AST/JoinClassPathExpression.php` (+47 -0) 📝 `lib/Doctrine/ORM/Query/Parser.php` (+62 -33) 📝 `lib/Doctrine/ORM/Query/SqlWalker.php` (+108 -104) 📝 `tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php` (+8 -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:19 +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#8086