Fix | Removed populating Lobs when calling wasNull()#875
Merged
rene-ye merged 1 commit intomicrosoft:devfrom Nov 27, 2018
Merged
Fix | Removed populating Lobs when calling wasNull()#875rene-ye merged 1 commit intomicrosoft:devfrom
rene-ye merged 1 commit intomicrosoft:devfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #875 +/- ##
===========================================
- Coverage 48.98% 48.68% -0.3%
+ Complexity 2821 2795 -26
===========================================
Files 116 116
Lines 27877 27876 -1
Branches 4650 4650
===========================================
- Hits 13655 13571 -84
+ Misses 12104 12098 -6
- Partials 2118 2207 +89
Continue to review full report at Codecov.
|
ulvii
approved these changes
Nov 26, 2018
cheenamalhotra
approved these changes
Nov 26, 2018
peterbae
approved these changes
Nov 27, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
wasNull() does not actually move the cursor, and it's unnecessary to populate the active lob objects when it's called. Addresses #867.