You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/03 09:54:01 UTC

[jira] [Commented] (IGNITE-5279) DDL: Improve test coverage for objects with different cases (upper/lower)

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

ASF GitHub Bot commented on IGNITE-5279:
----------------------------------------

Github user alexpaschenko closed the pull request at:

    https://github.com/apache/ignite/pull/2204


> DDL: Improve test coverage for objects with different cases (upper/lower)
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-5279
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5279
>             Project: Ignite
>          Issue Type: Task
>          Components: sql
>            Reporter: Vladimir Ozerov
>             Fix For: 2.1
>
>
> 1) Case 1: create case insensitive table, say {{CREATE TABLE MyTable}}. Then make sure that it is accessible (i.e. DML and DTOP TABLE) through both {{MyTable}}, {{MYTABLE}} and {{"MYTABLE"}}
> 2) Case 2: create case-sensitive table, say {{CREATE TABLE "MyTable"}}. Make sure that it is accessible through only {{"MyTable"}}
> 3) Case 3-4: same as case 1-2, but for indexes and without DML, respectively.



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