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:11:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-11421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Kozlov updated IGNITE-11421:
-----------------------------------
    Description: 
I use {{pyodbc}} and successfuly connected to AI cluster
But all connections attributes have no AI version:
{noformat}
conn = drv.connect('odbc', '127.0.0.1', 10800)
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}


  was:
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}



> 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
>            Priority: Major
>
> I use {{pyodbc}} and successfuly connected to AI cluster
> But all connections attributes have no AI version:
> {noformat}
> conn = drv.connect('odbc', '127.0.0.1', 10800)
> 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)