You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew Stitcher (JIRA)" <ji...@apache.org> on 2014/06/10 03:56:01 UTC

[jira] [Resolved] (QPID-5805) Selector parser shouldn't allow either % or _ character as an ESCAPE character in a LIKE comparison

     [ https://issues.apache.org/jira/browse/QPID-5805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Stitcher resolved QPID-5805.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.29

> Selector parser shouldn't allow either % or _ character as an ESCAPE character in a LIKE comparison
> ---------------------------------------------------------------------------------------------------
>
>                 Key: QPID-5805
>                 URL: https://issues.apache.org/jira/browse/QPID-5805
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.28
>            Reporter: Andrew Stitcher
>            Assignee: Andrew Stitcher
>            Priority: Minor
>             Fix For: 0.29
>
>
> a selector expression similar to:
> qpid.subject LIKE '%%%' ESCAPE '%'
> makes no sense. In general the excape character only needs to be chosen for aesthetic reasons since it only has to quote %,_, and itself. It nver needs to be % or _ and these choices make no sense since then you would not be able to have the unquoted version of them anywhere in the string.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org