Closed
Description
Tarantool 2.1 now support static types. Currently supported types are described on wiki. We need to map Tarantool/SQL types to JDBC types in DatabaseMetaData.getColumns
, ResultSetMetaData.getColumnType
and other related methods.