You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Marc Siegel (JIRA)" <ji...@apache.org> on 2008/09/17 17:59:52 UTC

[jira] Created: (AMQ-1942) Numeric selectors do not work in STOMP

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.


[jira] Updated: (AMQ-1942) Numeric selectors do not work in STOMP

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies updated AMQ-1942:
----------------------------

    Fix Version/s: 5.4.0

> 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
>             Fix For: 5.4.0
>
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> 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.