Skip to content

Commit

Permalink
merge conflict #1
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-ye committed Feb 22, 2018
1 parent 9a1300e commit 19e8339
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/main/java/com/microsoft/sqlserver/jdbc/SQLServerResultSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -6534,18 +6534,6 @@ private void fillBlobs() {
activeBlob = null;
}
}

/*for (int i = 0; i < streamObjects.size(); i++) {
if(streamObjects.get(i) instanceof SQLServerBlob) {
try {
((SQLServerBlob) streamObjects.get(i)).fillByteArray();
streamObjects.remove(i);
} catch (SQLException e) {
if (logger.isLoggable(java.util.logging.Level.FINER))
logger.finer(toString() + "Filling blobs before closing: " + e.getMessage());
}
}
}*/
}

/**
Expand Down

0 comments on commit 19e8339

Please sign in to comment.