mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #464] [CLOSED] Fill queryComponents with missing components (i.e added by some TreeWalker) in walkSelectStatement() #8233
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/464
Author: @chives
Created: 10/4/2012
Status: ❌ Closed
Base:
master← Head:DDC-2052📝 Commits (2)
87bf979Fill queryComponents with missing components (i.e added by some TreeWalker) in walkSelectStatement()4cd889bAdded test for DDC-2052📊 Changes
2 files changed (+135 additions, -0 deletions)
View changed files
📝
lib/Doctrine/ORM/Query/SqlWalker.php(+35 -0)➕
tests/Doctrine/Tests/ORM/Functional/CustomTreeWalkersJoinTest.php(+100 -0)📄 Description
Proposed solution for http://www.doctrine-project.org/jira/browse/DDC-2052 .
This is some kind of temporary (backward compatible) solution for this problem. In my opinion it's worth to think about changing some interfaces in order to solve this in more elegant way.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.