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
ResultSet.getInt throws NumberFormatException if the field is null. It should return 0 instead as part the JDBC javadocs.
The text was updated successfully, but these errors were encountered:
Fix CassandraMetadataResultSet to return JDBC-specificied defaults if…
44405d4
… underlying data is NULL - fixes #10 (#12)
Implement fix for issue #10 on MetadataRow.getLong() methods
914bbf4
Also update changelog and readme files
Successfully merging a pull request may close this issue.
ResultSet.getInt throws NumberFormatException if the field is null. It should return 0 instead as part the JDBC javadocs.
The text was updated successfully, but these errors were encountered: