Description
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"
Attachments
Issue Links
- duplicates
-
IGNITE-9989 JDBC v2: getPrimaryKeys always returns constant COLUMN_NAME, KEY_SEQ, PK_NAME
- Resolved
- is blocked by
-
IGNITE-6173 SQL: do not start caches on client nodes
- Resolved
- links to