Skip to content

dev#28

Merged
rene-ye merged 37 commits intorene-ye:650releasefrom
microsoft:dev
Mar 7, 2018
Merged

dev#28
rene-ye merged 37 commits intorene-ye:650releasefrom
microsoft:dev

Conversation

@rene-ye
Copy link
Copy Markdown
Owner

@rene-ye rene-ye commented Mar 7, 2018

No description provided.

rene-ye and others added 30 commits January 3, 2018 11:40
Fills the contents of a blob and makes it availible for use after the RS or statement has been closed. Addresses the TDS issue from #567.
Fix to issue #611, where calling length() would close the stream.
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.
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.
This reverts commit bc074f2, reversing
changes made to 19e8339.
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
rene-ye and others added 7 commits March 5, 2018 12:45
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.
@rene-ye rene-ye merged commit e0c6011 into rene-ye:650release Mar 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants