You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Ramya (JIRA)" <ji...@apache.org> on 2017/03/28 06:23:41 UTC

[jira] [Created] (OLINGO-1098) Incorrect handling of SQL wildcards '_' and '%' on filtering

Ramya created OLINGO-1098:
-----------------------------

             Summary: Incorrect handling of SQL wildcards '_' and '%' on filtering
                 Key: OLINGO-1098
                 URL: https://issues.apache.org/jira/browse/OLINGO-1098
             Project: Olingo
          Issue Type: Bug
          Components: odata2-jpa
    Affects Versions: V2 2.0.8
            Reporter: Ramya


When an OData filter contains the SQL wildcards '%' and '_', these are incorrectly translated into database queries which contain these characters unescaped, leading to incorrect search results.

Suggestion is to create positional parameterized queries.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)