You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2017/07/23 00:24:03 UTC

[jira] [Created] (CALCITE-1898) LIKE must match '.' (period) literally

Julian Hyde created CALCITE-1898:
------------------------------------

             Summary: LIKE must match '.' (period) literally
                 Key: CALCITE-1898
                 URL: https://issues.apache.org/jira/browse/CALCITE-1898
             Project: Calcite
          Issue Type: Bug
            Reporter: Julian Hyde
            Assignee: Julian Hyde


The LIKE operator must match '.' (period) literally, not treat it as a wild-card. Currently it treats it the same as '_'.

For example, {{'abc' LIKE 'a.c'}} currently evaluates to TRUE but should evaluate to FALSE.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)