farzad wrote:
What is the exception when left outer join fails?
Farzad-
it seems that the hql parser needed a select clause in order to parse correctly the query string...so maybe this was my bad :)
However, the issue with the Boolean's still holds. Specifically, the ***task.deleted=true*** part is not included at all in the result as my users are not being filtered at all by their deleted tasks. It seems to work fine with fields other than Boolean (e.g. int’s)
Do you know if there is an issue with a Boolean in the where clause ??
Thanks very much
mosa