You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Patrick Toole (JIRA)" <ji...@apache.org> on 2015/06/16 15:34:00 UTC

[jira] [Created] (DRILL-3301) ILIKE does not support escape characters.

Patrick Toole created DRILL-3301:
------------------------------------

             Summary: ILIKE does not support escape characters.
                 Key: DRILL-3301
                 URL: https://issues.apache.org/jira/browse/DRILL-3301
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Patrick Toole


The like operator properly supports escaping characters. Because the ILIKE is implemented as a function, it does not support escaping.

The grammar needs to be updated to accept ILIKE in the same locations as LIKE.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)