[
https://issues.apache.org/jira/browse/CXF-5720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Romain Castan updated CXF-5720:
-------------------------------
Attachment: patch.txt
proposal a patch to fix the problem
> 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
> Labels: patch
> 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)