Why does (1=2) append to the VO query
I'm using a view object to run query but did not return any result.
I use the VO.getQuery() and realized that a where clause was added to the end of the query as : and (1=2).
I did not define this in the view object. where is it from?
Thanks