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/06/27 10:21:03 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=16064598#comment-16064598 ] 

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

GitHub user alexpaschenko opened a pull request:

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

    IGNITE-5279

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-5279

Alternatively you can review and apply these changes as the patch at:

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

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2204
    
----
commit 89be7b8c148fc06971855e9afbfbda6fb8c85db9
Author: Alexander Paschenko <al...@gmail.com>
Date:   2017-06-23T18:59:39Z

    IGNITE-5279 Name case sensitivity tests for CREATE INDEX and CREATE TABLE.

commit db32a2635cf912ca524f07f7b7226a480aa9b75b
Author: Alexander Paschenko <al...@gmail.com>
Date:   2017-06-27T10:19:42Z

    Merge remote-tracking branch 'apache/master' into ignite-5279

----


> 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: Alexander Paschenko
>             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)