Skip to content

jdbc: database metadata: exception when trying to get primary keys for a table #41

Closed
@ztarvos

Description

@ztarvos

The API DatabaseMetaData.getColumns() throws an unexpected exception.

Exception in thread "main" java.lang.ClassCastException: java.util.HashMap cannot be cast to java.util.List at org.tarantool.jdbc.SQLDatabaseMetadata.getPrimaryKeys(SQLDatabaseMetadata.java:779) at TestJdbcPK.main(TestJdbcPK.java:14)

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingjdbc

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions