Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mainstreet439 opened this issue Jan 6, 2018 · 0 comments

Comments

@mainstreet439
Copy link

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.

@randyzwitch randyzwitch transferred this issue from heavyai/heavydb Jun 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant