We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: