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)