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

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

GitHub user tledkov-gridgain opened a pull request:

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

    IGNITE-6556 setSchema() is case sensitive in the wrong way in Thin JD…

    …BC driver

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

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

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

    https://github.com/apache/ignite/pull/2805.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 #2805
    
----
commit 84b3270e61c208b14cd3abcc8f3d5959c50f9308
Author: tledkov-gridgain <[email protected]>
Date:   2017-10-04T15:35:45Z

    IGNITE-6556 setSchema() is case sensitive in the wrong way in Thin JDBC 
driver

----


> setSchema() is case sensitive in the wrong way in Thin JDBC driver
> ------------------------------------------------------------------
>
>                 Key: IGNITE-6556
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6556
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.2
>            Reporter: Ilya Kasnacheev
>            Assignee: Taras Ledkov
>             Fix For: 2.3
>
>
> Suppose we have a cache with 
> {code}
> cacheCfg.setSqlSchema("emp");
> {code}
> Then, both
> {code}
> conn.setSchema("emp");
> conn.setSqlSchema("\"emp\"");
> {code} fail with error "Failed to set schema for DB connection for thread 
> [schema="emp"]"
> And only
> {code}
> conn.setSchema("EMP");
> {code}
> works which is confusing.



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

Reply via email to