Syntax incorrect HQL considered valid
The following HQL is considered valid, but is in fact not (invalid comma) and causes an Exception when executed:
Submitted by Sander Vermolen on 9 February 2011 at 14:26
…
from Issue as i, left join i.tags as t
…
Log in to post comments