You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Kozlov (JIRA)" <ji...@apache.org> on 2019/02/26 11:10:00 UTC

[jira] [Created] (IGNITE-11421) There's no AI version in ODBC driver available for a connection

Sergey Kozlov created IGNITE-11421:
--------------------------------------

             Summary: There's no AI version in ODBC driver available for a connection
                 Key: IGNITE-11421
                 URL: https://issues.apache.org/jira/browse/IGNITE-11421
             Project: Ignite
          Issue Type: Bug
          Components: platforms
    Affects Versions: 2.7
            Reporter: Sergey Kozlov


I use {{pyodbc}} and successfuly connected to AI cluster
But all connections attributes have no AI version:
{noformat}
print(conn.getinfo(SQL_DRIVER_NAME))
Apache Ignite
print(conn.getinfo(SQL_DRIVER_ODBC_VER))
03.00
print(conn.getinfo(SQL_DRIVER_VER))
02.04.0000
print(conn.getinfo(SQL_DBMS_VER))
02.04.0000
print(conn.getinfo(SQL_ODBC_VER ))
03.80.0000
{noformat}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)