[
https://issues.apache.org/jira/browse/IGNITE-4643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16132106#comment-16132106
]
Ilya Kasnacheev commented on IGNITE-4643:
-----------------------------------------
https://reviews.ignite.apache.org/ignite/branch/PR%202481
Also ported several tests from Thin driver implementation.
Fixed a problem in Primary Keys metadata.
Fixed several get*Version() methods to return Ignite version/JDBC 4.1
instead of dummy values.
> JdbcDatabaseMetadata.getIndexInfo() method not working
> ------------------------------------------------------
>
> Key: IGNITE-4643
> URL: https://issues.apache.org/jira/browse/IGNITE-4643
> Project: Ignite
> Issue Type: Bug
> Components: jdbc
> Affects Versions: 1.8
> Reporter: Valentin Kulichenko
> Assignee: Ilya Kasnacheev
> Fix For: 2.2
>
>
> {{JdbcDatabaseMetadata.getIndexInfo()}} method does not update metadata
> before creating result set. So if it's a first method invocation on this
> instance of {{JdbcDatabaseMetadata}}, it fails with NPE. Need to create tests
> and add {{updateMetaData()}} call in the beginning of the method.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)