You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2018/02/16 22:44:01 UTC

[jira] [Created] (IGNITE-7743) JDBC driver allows to connect to non existent schema

Valentin Kulichenko created IGNITE-7743:
-------------------------------------------

             Summary: JDBC driver allows to connect to non existent schema
                 Key: IGNITE-7743
                 URL: https://issues.apache.org/jira/browse/IGNITE-7743
             Project: Ignite
          Issue Type: Bug
          Components: jdbc
    Affects Versions: 2.3
            Reporter: Valentin Kulichenko
             Fix For: 2.5


Currently, if one creates a cache without DDL (via {{QueryEntity}} or {{indexedTypes}}), separate schema for this cache is created. Schema name is case sensitive, so to connect to it with JDBC driver, it's required to provide the name in quotes. Here is how it looks like in SqlLine:
{noformat}
./bin/sqlline.sh -u jdbc:ignite:thin://127.0.0.1/\"CacheQueryExamplePersons\"{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)