ing-bank / cassandra-jdbc-wrapper

A JDBC wrapper of Java Driver for Apache Cassandra®, which offers a simple JDBC compliant API to work with CQL3.
Apache License 2.0
74 stars 25 forks source link

ResultSet.getInt throws NumberFormatException #10

Closed sualeh closed 1 year ago

sualeh commented 1 year ago

ResultSet.getInt throws NumberFormatException if the field is null. It should return 0 instead as part the JDBC javadocs.