You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Kuznetsov (JIRA)" <ji...@apache.org> on 2019/02/11 16:59:00 UTC

[jira] [Resolved] (IGNITE-10118) JDBC v2: metadata.getSchemas returns cache names instead of schema names

     [ https://issues.apache.org/jira/browse/IGNITE-10118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Kuznetsov resolved IGNITE-10118.
--------------------------------------
    Resolution: Duplicate

> JDBC v2: metadata.getSchemas returns cache names instead of schema names
> ------------------------------------------------------------------------
>
>                 Key: IGNITE-10118
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10118
>             Project: Ignite
>          Issue Type: Bug
>          Components: jdbc, sql
>    Affects Versions: 2.6
>            Reporter: Pavel Kuznetsov
>            Assignee: Pavel Kuznetsov
>            Priority: Major
>
> jdbc v2 returns list of cache names instead of list of schemas.
> It is correct only if we have a cache and table created in it using cache API.
> If we create tables using ddl we expect to see "PUBLIC" schema name in results of {{connection.getMetadata().getSchemas()}} not "SQL_PUBLIC_TABLENAME"



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