GitHub user pavel-kuznetsov opened a pull request:
https://github.com/apache/ignite/pull/4948 IGNITE-9606: JDBC getPrimaryKeys() returns wrong value for COLUMN_NAME
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-9606-simple
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4948.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4948
----
commit 5d144b2f57933b96dc4ccb68be119f7c205bb6f7
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-10-02T14:43:31Z
ignite-9606: Added test that reproduces the bug.
commit ee16f57dffe52fccaa6f2bba4e4546a343ca1581
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-10-10T14:54:49Z
ignite-9606: updated test.
commit 34d70e7135e4a1548dc6a388b68148f29039cb57
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-10-10T14:56:27Z
ignite-9606: fixed column name.
Column name now looks in the keyFieldName before returning "_KEY".
----
---