Skip to content

Commit

Permalink
re-enabled execute
Browse files Browse the repository at this point in the history
  • Loading branch information
aroundthecode committed Apr 6, 2016
1 parent 9defc8e commit be53f8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ private static String prepareSql( String table, String line) throws Exception {
public static void handleLine( String table, String line,String dateformat) throws Exception {
String sql = prepareSql( table, line);
PreparedStatement statement = prepareStatement( sql, line,dateformat);
//statement.execute();
statement.execute();
statement.cancel();
statement.close();
}
Expand Down

0 comments on commit be53f8b

Please sign in to comment.