mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Invalid access of subselect columns in automatically generated subselect #5184
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?
Originally created by @apfelbox on GitHub (Jul 11, 2016).
Originally assigned to: @Ocramius on GitHub.
I see a lot of errors of the following pattern:
The error is that the outer query tries to use fields from the inner query, which obviously fails.
These issues first appeared for 2.5 and only appear on certain occassions - but if they appear they are consistent, i.e. they are reproducible.
The current error case is quite big, I try to create a reduced reproducible test case.
Just wanted to create the issue beforehand, because maybe somebody had similar issues and knows of any solution?
Installed versions:
@apfelbox commented on GitHub (Jul 11, 2016):
Seems to be a duplicate of #5622, sorry for the noise.