You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/06/21 13:57:00 UTC

[jira] [Updated] (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:all-tabpanel ]

Vladimir Ozerov updated IGNITE-5279:
------------------------------------
    Description: 
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.

> 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
>            Assignee: 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)