[
https://issues.apache.org/jira/browse/CALCITE-1898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde resolved CALCITE-1898.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.14.0
Fixed in http://git-wip-us.apache.org/repos/asf/calcite/commit/ee0afb6e.
> 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
> Fix For: 1.14.0
>
>
> 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)