You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2014/05/01 17:01:33 UTC

[jira] [Resolved] (CXF-5720) FIQL: No replace '*' character in the middle expression by '%' character

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

Sergey Beryozkin resolved CXF-5720.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.0
                   2.7.12
         Assignee: Sergey Beryozkin

> FIQL: No replace '*' character in the middle expression by '%' character
> ------------------------------------------------------------------------
>
>                 Key: CXF-5720
>                 URL: https://issues.apache.org/jira/browse/CXF-5720
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 3.0.0-milestone1, 3.0.0-milestone2, 2.7.11
>            Reporter: Romain Castan
>            Assignee: Sergey Beryozkin
>              Labels: patch
>             Fix For: 2.7.12, 3.0.0
>
>         Attachments: patch.txt
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> No replace '*' character by '%' character in the SQL query, when this one is located in the middle expression.
> example:
> street==Str*t*
> Currently the SQL is:
> ... where street LIKE 'Str*t%'
> While the SQL should be:
> ... where street LIKE 'Str%t%'



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