heavyai / heavyai-jdbc

A JDBC driver for connecting to an HeavyAI GPU database and running queries.
https://www.heavy.ai/
Other
8 stars 15 forks source link

JDBC driver DatabseMetadata.getColumns always returns 100 as precision #13

Open mainstreet439 opened 6 years ago

mainstreet439 commented 6 years ago

As originally noted at https://community.mapd.com/t/jdbc-driver-databsemetadata-getcolumns-always-returns-100-as-precision/902

create table TSET1 (RNUM integer not null , C1 integer, C2 varchar(3));

DatabaseMetadata.getColumns will return 100 for the precision (column size).

In the example above would expect the declared precision.