mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #88] [MERGED] [DDC-1294] Add discriminator information to subselects #7697
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/88
Author: @asm89
Created: 7/25/2011
Status: ✅ Merged
Merged: 7/26/2011
Merged by: @guilhermeblanco
Base:
master← Head:DDC-1294📝 Commits (2)
65f7e89[DDC-1294] Add discriminator information to subselects97a4dbf[DDC-1294] Added more tests for subselects in subselects📊 Changes
2 files changed (+62 additions, -22 deletions)
View changed files
📝
lib/Doctrine/ORM/Query/SqlWalker.php(+19 -22)📝
tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php(+43 -0)📄 Description
Fixes: http://www.doctrine-project.org/jira/browse/DDC-1294.
The testsuite runs + a new testcase for the bug.
I also refactored the walking of the where clause to one function to reduce copy-paste code.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.