mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #668] [CLOSED] [INVALID] [DDC-2452] DQL arbitrary joins between JTI entities produces invalid SQL #8533
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/668
Author: @Ocramius
Created: 5/16/2013
Status: ❌ Closed
Base:
master← Head:hotfix/inheritance-join-broken📝 Commits (2)
8453cb5Adding failing test for DDC-24524e1450bApplying hotfix for DDC-2452📊 Changes
3 files changed (+73 additions, -2 deletions)
View changed files
📝
lib/Doctrine/ORM/Query/SqlWalker.php(+1 -1)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2452Test.php(+71 -0)📝
tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php(+1 -1)📄 Description
DDC-2452 - DQL joins between JTI entities produce invalid SQL when additional conditions are inserted via WITH clause
Still working on a fix
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.