Skip to content

Commit

Permalink
minor bug fixes
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@1167 3dd849cd-670e-4645-a7cd-dd197c8d0e81
  • Loading branch information
rwisser committed Mar 31, 2017
1 parent 27ea8a6 commit 1df2cec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/net/sf/jailer/database/UpdateTransformer.java
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,6 @@ public void readCurrentRow(ResultSet resultSet) throws SQLException {
if (columnLabel[i] == null) {
continue;
}
if (!columnNamesLower.contains(columnLabel[i].toLowerCase())) {
continue;
}
Object content = cellContentConverter.getObject(resultSet, i);
if (resultSet.wasNull()) {
content = null;
Expand Down

0 comments on commit 1df2cec

Please # to comment.