Clarify that "query_builder" must have displayed entity in from() #4331
Labels
actionable
Clear and specific issues ready for anyone to take them.
Doctrine
good first issue
Ideal for your first contribution! (some Symfony experience may be required)
We had this "bug report":
The problem here is that the
select()
does not select from thefrom()
table, but the joined one. The documentation should clarify that theselect()
should go to thefrom()
table only for entity fields.The text was updated successfully, but these errors were encountered: