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 2019/09/30 19:00:00 UTC

[jira] [Resolved] (CALCITE-3377) HSQLDB is case insensitive

     [ https://issues.apache.org/jira/browse/CALCITE-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Hyde resolved CALCITE-3377.
----------------------------------
    Resolution: Invalid

I don't think this is valid.

It may *appear* to be case-insensitive on unquoted identifiers, but the story is a little more complicated. HSQLDB converts unquoted identifiers to upper-case, then it compares them case-sensitive.

> HSQLDB is case insensitive
> --------------------------
>
>                 Key: CALCITE-3377
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3377
>             Project: Calcite
>          Issue Type: Improvement
>            Reporter: Lindsey Meyer
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> We just need to add to the HsqldbSqlDialect that it is case insensitive. This is necessary so the validator doesn't error on case mismatches for unquoted identifiers.
> cc [~jhyde]



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