Kasper Sørensen created METAMODEL-199:
-----------------------------------------
Summary: QueryParser fails to parse "WHERE (x='1') AND (y='2')"
style where clause
Key: METAMODEL-199
URL: https://issues.apache.org/jira/browse/METAMODEL-199
Project: Apache MetaModel
Issue Type: Bug
Reporter: Kasper Sørensen
Assignee: Kasper Sørensen
We encountered a query that was expressed like this, that was not parseable:
SELECT COUNT(*) FROM table WHERE (col1='1') AND (col2='2')
It seems that it works if we remove the parentheses around the where items. But
it _should_ rather be able to parse something like this I think...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)