elastic / elasticsearch-sql-odbc

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

Fix: advertise TIME literal support. Textual fixes #210

Closed bpintea closed 4 years ago

bpintea commented 4 years ago

This PR (belatedly) enables advertising the TIME literals support, corresponding to the previously added TIME SQL type in Elasticsearch/SQL.

It also fixes a typo and rephrases the text of a couple of tooltips.

The PR also reverts an integration test app incorrect change that alters the destination variable of a couple of options.