[
https://issues.apache.org/jira/browse/IGNITE-9074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16555509#comment-16555509
]
ASF GitHub Bot commented on IGNITE-9074:
----------------------------------------
GitHub user isapego opened a pull request:
https://github.com/apache/ignite/pull/4428
IGNITE-9074: Fixed ODBC error message on handshake failure
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-9074
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4428.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4428
----
commit da618a123127e7cf43748caac4049668d06f542a
Author: Igor Sapego <isapego@...>
Date: 2018-07-25T10:34:22Z
IGNITE-9074: Fixed ODBC error message on handshake failure
----
> ODBC: Wrong error message on handshake failure
> ----------------------------------------------
>
> Key: IGNITE-9074
> URL: https://issues.apache.org/jira/browse/IGNITE-9074
> Project: Ignite
> Issue Type: Bug
> Components: odbc
> Affects Versions: 2.1
> Reporter: Igor Sapego
> Assignee: Igor Sapego
> Priority: Major
> Labels: odbc
> Fix For: 2.7
>
>
> Currently, on handshake failure ODBC driver prints the following message:
> {noformat}
> Unsupported version. Current node Apache Ignite version: X.X.X, driver
> protocol version introduced in version: Y.Y.Y.
> {noformat}
> It should say about node's *protocol* version, not the version of the node
> itself.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)