You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by pavel-kuznetsov <gi...@git.apache.org> on 2018/11/19 13:43:55 UTC

[GitHub] ignite pull request #5429: ignite-8432: Test for column name case in PK and ...

GitHub user pavel-kuznetsov opened a pull request:

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

    ignite-8432: Test for column name case in PK and CREATE TABLE.

    Although, bug have been fixed during IGNITE-8052, added test for this
    special case: primary keys list is case sensitive; correct exception
    should be thrown if we forgot to quote lower case names in the one place
    (columns list/PK list) but quoted in the other.

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

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

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

    https://github.com/apache/ignite/pull/5429.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 #5429
    
----
commit 368303a16553982c3f900dd6f0ca322dd005be68
Author: Pavel Kuznetsov <pa...@...>
Date:   2018-11-19T13:42:44Z

    ignite-8432: Test for column name case in PK and CREATE TABLE.
    
    Although, bug have been fixed during IGNITE-8052, added test for this
    special case: primary keys list is case sensitive; correct exception
    should be thrown if we forgot to quote lower case names in the one place
    (columns list/PK list) but quoted in the other.

----


---

[GitHub] ignite pull request #5429: IGNITE-8432: Test for column name case in PK and ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---