This library gives you a new way for writing queries. Using the Specification pattern you will get small Specification classes that are highly reusable.
MIT License
446
stars
41
forks
source link
Correct resolve DQL alias in context in SelectEntity #288
The path to the additional alias is specified without taking into account the root alias, and as a result, Doctrine does not know how to build joins.
Example
Result
Should be