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 incorrect scale returned for float type in a ResultSet #7

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

Comments

@mainstreet439
Copy link

When the column of the Resultset is described, the driver returns a scale of -2147483648

select cast ( '1.0' as float) from tversion

ColumnIndex getColumnName getColumnTypeName getPrecision getScale isNullable getTableName getSchemaName getCatalogName getColumnClassName getColumnDisplaySize getColumnLabel getColumnType isAutoIncrement isCaseSensitive isCurrency isDefinitelyWritable isReadOnly isSearchable isSigned isWritable
1 EXPR$0 FLOAT 15 -2147483648 1 tableName?? 100 EXPR$0 6 false true false false true false true false

@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