elastic / elasticsearch-sql-odbc

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

Add 2.x field identifiers support for SQLColAttribute #204

Closed bpintea closed 4 years ago

bpintea commented 4 years ago

Add support for the required 2.x fields, as per the Backward Compatibility section: An ODBC 3.x driver must support both "SQL_COLUMN" and "SQL_DESC" values for these three FieldIdentifiers. (i.e. SQL_COLUMN_LENGTH, SQL_COLUMN_PRECISION, and SQL_COLUMN_SCALE)