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

[BUG] Connection fails if server URL has slash in the end #39

Closed Yury-Fridlyand closed 1 year ago

Yury-Fridlyand commented 1 year ago

What is the bug? ODBC can't connect if server URL has slash in the end.

How can one reproduce the bug? image image

What is the expected behavior? Driver should automatically delete the slash if it is causes troubles or ignore it.

What is your host/environment? OpenSearch 2.3, ODBC 1.4

Yury-Fridlyand commented 1 year ago

Fixed by #42