dev#28
Merged
rene-ye merged 37 commits intorene-ye:650releasefrom Mar 7, 2018
Merged
Conversation
Fix to issue #611, where calling length() would close the stream.
pull from main
To debug a random mismatch error which can't be reproduced locally.
don't attempt mismatch logic if there's no columns to look for. fall through to sql server and do a lookup on the first column.
fix for automatic credential discarding
To debug a random mismatch error which can't be reproduced locally.
Kerb cons del
unexpected error message
Retry logic
pull main
Blob stream
pull 6.4.0
removed arraylist to avoid costly traversal. Blobs now fill anytime the resultset moves its cursor.
added tests which specifically test blob streams and behavior after the RS is closed.
No longer fills blobs on every checkClosed() call. Only attempts to fill them in scenarios where the cursor moves or another change of state which causes the RS to lose its active stream.
wasNull() moves the cursor for some reason, need to fill blobs.
Update SNAPSHOT for upcoming preview release.
testing expected behavior if users release a blob() object
Update Maven dependency versions for Junit Tests
formatting
Misleading error message fix, added fall through logic
Fix to the persistence of blobs, and a small adjustment on how the blob retrieves its length when streaming.
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.
No description provided.