opensearch-project / sql-odbc

OpenSearchODBC is a read-only ODBC driver for Windows and Mac for connecting to OpenSearch SQL support.
Apache License 2.0
7 stars 17 forks source link

ODBC driver does not recognize its support for conversions[BUG] #17

Open ghost opened 2 years ago

ghost commented 2 years ago

Describe the bug ODBC driver does not recognize its support for conversions of any types. The SQL plugin supports casting of different types and should be reflected by the ODBC driver.

To Reproduce Steps to reproduce the behavior:

  1. Install the ODBC driver from https://github.com/opensearch-project/sql/actions/runs/1555197058
  2. Open ODBCTest
  3. Click on the Conn button
  4. Select SQLGetInfo
  5. Select SQL_CONVERT_INTEGER=61 (1.0) for info type
  6. See the result InfoValuePtr = 0x00000000

Expected behavior Should not be 0 as that represents unsupported.

nicotiendamia commented 2 years ago

Hello @guiangumpac i'm following the Build instructions for Windows and after generating the 'build' folder, i'm not seeing the .msi file that the docs say will be generated. Please help, i've been stuck with this for day and really need to connect to OpenSearch

forestmvey commented 2 years ago

Hello @guiangumpac i'm following the Build instructions for Windows and after generating the 'build' folder, i'm not seeing the .msi file that the docs say will be generated. Please help, i've been stuck with this for day and really need to connect to OpenSearch

Artifacts can be found here: opensearch.org/artifacts @nicotiendamia Does this solve your issue?

nicotiendamia commented 2 years ago

Thanks Kyle, i replied in the other issue the problem im facing after installation. https://github.com/opensearch-project/sql/issues/244