elastic / elasticsearch-sql-odbc

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

Add VERSION type support #312

Closed bpintea closed 1 year ago

bpintea commented 1 year ago

This adds support for the ES/SQL VERSION type. The type is simply mapped to VARCHAR.

Closes #311.