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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)