Fixed missing this -> wrong semantics#232
Merged
AfsanehR-zz merged 2 commits intomicrosoft:devfrom Apr 17, 2017
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #232 +/- ##
============================================
+ Coverage 33.35% 33.68% +0.33%
- Complexity 1486 1511 +25
============================================
Files 97 97
Lines 23569 23571 +2
Branches 3909 3910 +1
============================================
+ Hits 7862 7941 +79
+ Misses 14141 14063 -78
- Partials 1566 1567 +1
Continue to review full report at Codecov.
|
This exception may occur at least in the following cases: * Race condition between free() and trying to open stream * Serialization (since it does not seems well implemented, I doubt activeStreams can be serialized properly) I am not sure at all serialization is working well. About the race condition, I am almost sure all of this is not thread-safe, but I am too lazy to read JDBC specification regarding blobs.
v-nisidh
approved these changes
Apr 12, 2017
Contributor
|
Thank you @pierresouchay for the pull request! |
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.
Fixed simple missing this that cause not assigned type member