Closed sualeh closed 1 year ago
ResultSet.getInt throws NumberFormatException if the field is null. It should return 0 instead as part the JDBC javadocs.
ResultSet.getInt throws NumberFormatException if the field is null. It should return 0 instead as part the JDBC javadocs.