Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-11421

There's no AI version in ODBC driver available for the connected client

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.7
    • None
    • platforms
    • None
    • Docs Required

    Description

      I use pyodbc and successfuly connected to AI cluster
      But all connections attributes have no AI version:

      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
      

      Attachments

        Activity

          People

            isapego Igor Sapego
            skozlov Sergey Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: