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)