Skip to content

Commit

Permalink
Big fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher committed Jun 10, 2020
1 parent bd7cf68 commit e3c5504
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ private void parseFeatures(JsonParser jp) throws IOException, SQLException {
connection.commit();
preparedStatement.clearBatch();
}catch (SQLException ex){
System.out.println(ex.getNextException());
throw new SQLException(ex.getNextException()));
}
}
} else {
Expand Down

0 comments on commit e3c5504

Please sign in to comment.