Josh created IGNITE-7141: ---------------------------- Summary: JDBC Driver 2.3.0 Incorrectly reads PK column meta data Key: IGNITE-7141 URL: https://issues.apache.org/jira/browse/IGNITE-7141 Project: Ignite Issue Type: Bug Components: jdbc Affects Versions: 2.3 Reporter: Josh
It appears the meta data coming back while trying to read PK information about a table through the jdbc driver has two properties flipped (PK_NAME and COLUMN_NAME). I have a table with a PK column named ID and while querying the meta data through the driver I receive the following entries: PK_NAME=ID COLUMN_NAME=_KEY I verified the same shows through a jdbc tool like Squirrel sql. -- This message was sent by Atlassian JIRA (v6.4.14#64029)