Skip to content

Commit

Permalink
Fix | Removed populating Lobs when calling wasNull()
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-ye authored and ulvii committed Nov 30, 2018
1 parent 7b1ca05 commit a2b669f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,6 @@ public boolean next() throws SQLServerException {
public boolean wasNull() throws SQLServerException {
loggerExternal.entering(getClassNameLogging(), "wasNull");
checkClosed();
fillLOBs();
loggerExternal.exiting(getClassNameLogging(), "wasNull", lastValueWasNull);
return lastValueWasNull;
}
Expand Down

0 comments on commit a2b669f

Please sign in to comment.