Numeric selectors do not work in STOMP
--------------------------------------
Key: AMQ-1942
URL: https://issues.apache.org/activemq/browse/AMQ-1942
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.1.0
Reporter: Marc Siegel
JMS SQL92 numeric selectors, such as
- < > <= >=
- BETWEEN val AND val
Fail to work via STOMP.
Possible solutions:
1. String Operands to numeric selector operators are converted to Numeric
types
- only in STOMP?
2. Explicit casting to SQL92 Numeric types becomes supported in selectors, ie
- ( INTEGER(field) <= 5)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.