|
Hi Ben,
After some experimenting let me share my thoughts on workaround with you. I believe the error will be reproduced any time nested queries are used. So I wonder how MS Server will execute the query obtained from this HQL:
SELECT c FROM things.Club c JOIN c.members m JOIN m.favoriteColors fc WHERE fc='Red'
I am interested in your real scenario, will the query with joins be applicable? Thanks!
|