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 <palmihal@...>
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.

----


---

Reply via email to