Description
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.
Attachments
Issue Links
- relates to
-
IGNITE-6125 Improve robustness for JDBC driver metadata queries
-
- Resolved
-
- links to