You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Romain Castan (JIRA)" <ji...@apache.org> on 2014/04/30 18:18:15 UTC

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

Romain Castan created CXF-5720:
----------------------------------

             Summary: 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: 2.7.11, 3.0.0-milestone2, 3.0.0-milestone1
            Reporter: Romain Castan


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)