elastic / elasticsearch-sql-odbc

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

Introduce support for the TIME data type conversions #144

Closed bpintea closed 5 years ago

bpintea commented 5 years ago

This PR adds support for the TIME data type, recently introduced in ES/SQL.

It allows driver conversions to/from it; allowed source/target data types are DATETIME, TIME and strings.

The PR also: