elastic / elasticsearch-sql-odbc

ODBC driver for Elasticsearch SQL
Other
0 stars 30 forks source link

Fail quickly if hostname starts with a HTTP(S) scheme #138

Closed bpintea closed 5 years ago

bpintea commented 5 years ago

This PR checks if the Hostname (server) configuration begins with http(s):// and return a specific error message if so, to help with a more common config error.

Closes #135