elastic / elasticsearch-sql-odbc

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

Test fix: update table type to test against #246

Closed bpintea closed 4 years ago

bpintea commented 4 years ago

Following https://github.com/elastic/elasticsearch/pull/54836, ES/SQL will report its non-alias indices as just TABLE, instead of BASE TABLE.

This PR adjusts ODBC's tests to that change.