You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (Jira)" <ji...@apache.org> on 2020/12/21 16:44:00 UTC

[jira] [Commented] (CALCITE-4443) Add support for the ILIKE operator to core

    [ https://issues.apache.org/jira/browse/CALCITE-4443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17252959#comment-17252959 ] 

Julian Hyde commented on CALCITE-4443:
--------------------------------------

Is ILIKE in the SQL standard? If not, which DBs support it? Maybe it should be in SqlLibraryOperators.

> Add support for the ILIKE operator to core
> ------------------------------------------
>
>                 Key: CALCITE-4443
>                 URL: https://issues.apache.org/jira/browse/CALCITE-4443
>             Project: Calcite
>          Issue Type: Improvement
>          Components: core
>            Reporter: Ondřej Štumpf
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Extend the list of supported relational operators in SqlStdOperatorTable with ILIKE. The new ILIKE keyword should be unreserved and behave exactly like LIKE, but without case-sensitivity.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)