Thanks Baris Cubukcuoglu I have justsimplified the testcase from your pull request removing Entities that are not involved in the error.
I have also noticed that the SQL-statement produced is slightly different, the problem is not the comma
left outer join
EntityGraphUsingFetchGraphTest$Product entitygrap2_
on entitygrap1_.product=entitygrap2_.id cross
join
left outer join
EntityGraphUsingFetchGraphTest$Address entitygrap3_
on entitygrap0_.shippingAddress_id=entitygrap3_.id
the simplified testcase file is attcahed to the ticket
|