[ 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)