-
Notifications
You must be signed in to change notification settings - Fork 459
Fixed a bug where calling length() after obtaining a stream would close the stream for Clobs/NClobs #799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Fixed a bug where calling length() after obtaining a stream would close the stream for Clobs/NClobs #799
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
bb254f2
filling clob if stream is not of type plpinputstream
rene-ye 225c985
fix for simpleinputstream
rene-ye 86a5887
Merge pull request #46 from Microsoft/dev
rene-ye 8f6d197
Added more streaming tests. Changed Clob to use different charset ins…
rene-ye a6ad39a
cleaning up implementation
rene-ye 9619543
removing unused imports
rene-ye 1ebc48c
added length check to tests and updated length() for clobs/nclobs
rene-ye 72b002c
enabled streaming for getAsciiStream
rene-ye 6b7956d
cleaning up ascii stream implementation.
rene-ye 0785932
length() for NClob
rene-ye d272502
reverting exposing private methods as protected methods
rene-ye 0cc0b90
update test
rene-ye 26df3df
upped clob/nclob max length, added test for calling length() after re…
rene-ye 4ffee2e
changes addressing reviews
rene-ye 557b4a1
returning bufferedinputstream instead of inputstream
rene-ye 9a0fd0c
formatting
rene-ye 1844970
normalize nclob getAsciiStream behavior
rene-ye e613240
test fix
rene-ye c692c68
use getCharacterStream for nclobs
rene-ye c3fcc9d
removing redundant code
rene-ye 7ebaa44
removing unused imports
rene-ye 1702730
Merge branch 'dev' of https://github.com/Microsoft/mssql-jdbc into is…
rene-ye df7e79b
changing enum name
rene-ye 9ac2149
refractor while loop
rene-ye 8260ce9
corrected spelling of 'recieved' to 'received'
rene-ye d3179aa
place rs in try-catch
rene-ye 8746b95
free lobs when not needed
rene-ye File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.