You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (JIRA)" <ji...@apache.org> on 2017/09/01 09:00:19 UTC

[jira] [Comment Edited] (IGNITE-6139) JDBC driver should return actual values for get*Version()

    [ https://issues.apache.org/jira/browse/IGNITE-6139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16150240#comment-16150240 ] 

Taras Ledkov edited comment on IGNITE-6139 at 9/1/17 9:00 AM:
--------------------------------------------------------------

[~ilyak], the patch is OK with me.
A little comment about ticket description:
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.



was (Author: tledkov-gridgain):
[~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)