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)