WebDSL’s HQL syntax does not allow escapes in the limit part of an HQL query. Following is syntactically invalid, yet seems ok to me:


from Issue as i left join i.tags as t
where (t in i.tags) and (t._project = ~this)
group by t
order by count(i) desc
limit ~maximumNumberOfTags; // Syntax error: ~ not expected

Submitted by Sander Vermolen on 8 September 2010 at 13:32

On 13 September 2010 at 14:26 Danny Groenewegen closed this issue.

On 13 September 2010 at 14:26 Danny Groenewegen commented:

fixed in rev 4138

Log in to post comments