-
Notifications
You must be signed in to change notification settings - Fork 435
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
Merge dev into master for 6.5.0 preview #650
Merged
Conversation
This file contains 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
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.
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.
…l-jdbc into Spatial_Datatypes
* initial fix added an error code to determine if the query has timed out. Statement will attempt to catch a timeout error, and throw java.sql.TimeoutException if it does. * shortened implementation more readable, and shorter * Exception handling fixes * quick fix for junit test changed test to expect the new SQLTimeoutException * cleaning up implementation less catching, more throwing. * moved implementation into SQLServerException Have the exception handle setting its own properties instead of setting it in IOBuffer where it's out of place. * Update IOBuffer.java * test changes changed tests to expect SQLException instead of SQLServerException. * Revert ISQLServerBulkRecord reverted typed changes due to possibility of breaking customer applications. * Updating comments * Update SQLServerXAResource.java * Changed string compare Handles a case where strings would be translated and the error would not be thrown * fixed redundent exception throwing fixed an error where the script replaced SQLServerException would produce "throw SQLException, SQLException"
Spatial datatypes
Changes in preparation for 6.5.0 release
6.5.0 preview release readme change
cheenamalhotra
approved these changes
Mar 9, 2018
Codecov Report
@@ Coverage Diff @@
## master #650 +/- ##
============================================
+ Coverage 46.62% 48.49% +1.86%
- Complexity 2227 2608 +381
============================================
Files 109 113 +4
Lines 25409 26574 +1165
Branches 4187 4429 +242
============================================
+ Hits 11847 12887 +1040
- Misses 11529 11642 +113
- Partials 2033 2045 +12
Continue to review full report at Codecov.
|
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.