Selector Grammar broken
-----------------------
Key: QPID-847
URL: https://issues.apache.org/jira/browse/QPID-847
Project: Qpid
Issue Type: Bug
Components: Java Client
Affects Versions: M2.1
Reporter: Martin Ritchie
Assignee: Rob Godfrey
Fix For: M2.1
Summary:
The recent change to the JMS grammar to allow quoted values now requires all
values to be quoted. So a selector 'Cost LIKE 3' will fail to correctly parse.
See new test: SelectorParserTest.testLike(). This test is currently disabled
but should pass:
junit.framework.AssertionFailedError: Selector 'Cost LIKE 2' was not parsed
:Cost LIKE 2 [error code 409: argument invalid]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.