-
Notifications
You must be signed in to change notification settings - Fork 459
Updates for 7.1.2 preview release #864
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
Conversation
CHANGELOG.md
Outdated
|
|
||
| ### Fixed Issues | ||
| - Fixed slf4j warning message in tests | ||
| - Fixed NullPointerException in logException |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed potential NullPointerException in logException()
Codecov Report
@@ Coverage Diff @@
## dev #864 +/- ##
============================================
+ Coverage 48.67% 48.96% +0.28%
- Complexity 2793 2821 +28
============================================
Files 116 116
Lines 27875 27875
Branches 4650 4650
============================================
+ Hits 13569 13648 +79
- Misses 12099 12102 +3
+ Partials 2207 2125 -82
Continue to review full report at Codecov.
|
CHANGELOG.md
Outdated
| - Added support for Jacoco in VSTS | ||
| - Updated SQL keywrods in DatabaseMetaData | ||
| - Enabled non-running junit tests | ||
| - Improvements in Database metadata to prevent Statement leaks and enhance Statement caching |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please either use Database Metadata or database metadata
CHANGELOG.md
Outdated
| - Fixed slf4j warning message in tests | ||
| - Fixed NullPointerException in logException | ||
| - Fixed intermittent junit lobTest failures | ||
| - Fixed batch insert in Bulk Copy API to respect timeout value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@peterbae , is this accurate?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds a bit wrong. I always make my PR title representative of the change (you can mostly copy-paste the PR title to the changelog, and it'll make sense: #817)
I would change this to "Fixed Bulk Copy API for batch insert to respect the timeout value".
No description provided.