elastic / elasticsearch-sql-odbc

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

Prepare the driver to work with newer server releases than its own #215

Closed bpintea closed 4 years ago

bpintea commented 4 years ago

This PR relaxes the version check the driver does on connect: this version compatibility is migrated on the server and the driver only checks that server's version is more recent than a set minimum (that of the release that applies version policy on the server).

(Related to https://github.com/elastic/elasticsearch/pull/53082)

bpintea commented 4 years ago

Thanks for the suggestion, title updated.