[ 
https://issues.apache.org/jira/browse/QPID-4558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13592667#comment-13592667
 ] 

Andrew Stitcher edited comment on QPID-4558 at 3/4/13 10:13 PM:
----------------------------------------------------------------

There are a number of issues still outstanding with this initial implementation:

* The language support is incomplete:
** Numeric operators are required (+,-,*,/)
** LIKE boolean operator is required
** BETWEEN and IN operators are required (they are syntactic sugar though so 
can be worked around)

* The special identifier support is incomplete, this is largely because of 
missing support in the broker message code.
* The amqp 1.0 message code currently only has stub implementations of the code 
to extract properties, so most selectors aren't useful on amqp 1.0 messages yet.
* The underlying broker message code does not extract boolean properties 
correctly and treats them as integers.

Separate sub-tasks and issues will be opened for these missing pieces.
                
      was (Author: astitcher):
    There are a number of issues still outstanding with this initial 
implementation:

* The language support is incomplete:
** Numeric operators are required (+,-,*,/)
** LIKE boolean operator is required
** BETWEEN and IN operators are required (they are syntactic sugar though so 
can be worked around)

* The special identifier support is incomplete, this is largely because of 
missing support in the broker message code.
* The amqp 1.0 message code currently only has stub implementations of the code 
to extract properties, so most selectors aren't useful on amqp 1.0 messages yet.
* The underlying broker message code does not extract boolean properties 
correctly and treats them as integers.

Separate dependent issues will be opened for these missing pieces.
                  
> Implement Selector support in C++ broker
> ----------------------------------------
>
>                 Key: QPID-4558
>                 URL: https://issues.apache.org/jira/browse/QPID-4558
>             Project: Qpid
>          Issue Type: New Feature
>            Reporter: Andrew Stitcher
>            Assignee: Andrew Stitcher
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to