Comparing entity join alias with collection part fails
Description
Doing a query like:
will fail because it can’t find the table reference for the chosen FK model part. Maybe the determination of the FK model part should take the FK tables into account..
Doing a query like:
will fail because it can’t find the table reference for the chosen FK model part. Maybe the determination of the FK model part should take the FK tables into account..