[
https://issues.apache.org/jira/browse/IGNITE-6139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16150240#comment-16150240
]
Taras Ledkov commented on IGNITE-6139:
--------------------------------------
[~ilyak], the patch is OK with me.
Ignite JDBC v2 driver use Ignite client to connect to Ignite grid.
In this case *Database version* == *Driver version* because nodes with
different versions cannot join topology.
Moreover, client node join grid topology. It doesn't connect to one Ignite
server.
> JDBC driver should return actual values for get*Version()
> ---------------------------------------------------------
>
> Key: IGNITE-6139
> URL: https://issues.apache.org/jira/browse/IGNITE-6139
> Project: Ignite
> Issue Type: Improvement
> Components: jdbc
> Affects Versions: 2.1
> Reporter: Ilya Kasnacheev
> Assignee: Ilya Kasnacheev
> Fix For: 2.3
>
>
> Right now it returns:
> Database version 1.0 (suggested - actual version from server nodes)
> JDBC version 1.0 (suggested - 4.1, that's what's in Java 7)
> Driver version 1.0 (suggested - actual version of running Ignite code)
> Database product name is "Ignite Cache", probably keep that.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)