mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #366] [CLOSED] [PoC] Arbitrary join support #8086
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/366
Author: @asm89
Created: 6/9/2012
Status: ❌ Closed
Base:
master← Head: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.