-
Notifications
You must be signed in to change notification settings - Fork 426
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
Usual changes for preview release 6.5.2 #692
Conversation
CHANGELOG.md
Outdated
|
||
### Changed | ||
- Updated Maven dependencies for test suite [#676](https://github.com/Microsoft/mssql-jdbc/pull/676) | ||
- Updated multiple Maven dependency and plugin versions [#688](https://github.com/Microsoft/mssql-jdbc/pull/688) |
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.
Let's squash "Updated Maven Dependencies" into one line and move the 2 PRs listed in 'Added' here. They're udpates/modifications not something new.
CHANGELOG.md
Outdated
### Fixed Issues | ||
- Fixed an issue where ResultSetMetaData instances created by a ResultSet that has been closed were not persisting [#685](https://github.com/Microsoft/mssql-jdbc/pull/685) | ||
- Fixed an issue with PreparedStatement.setBigDecimal when no scale is passed [#684](https://github.com/Microsoft/mssql-jdbc/pull/684) | ||
- Fixed an issue with Statement.setQueryTimeout not throwing an exception when no network is available [#674](https://github.com/Microsoft/mssql-jdbc/pull/674) |
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 change description for this one. #674 adds new connection property, should be moved to Added Section
CHANGELOG.md
Outdated
- Fixed an issue where ResultSetMetaData instances created by a ResultSet that has been closed were not persisting [#685](https://github.com/Microsoft/mssql-jdbc/pull/685) | ||
- Fixed an issue with PreparedStatement.setBigDecimal when no scale is passed [#684](https://github.com/Microsoft/mssql-jdbc/pull/684) | ||
- Fixed an issue with Statement.setQueryTimeout not throwing an exception when no network is available [#674](https://github.com/Microsoft/mssql-jdbc/pull/674) | ||
- Fixed an issue with SQLServerDatabaseMetaData having performance degradation in 6.4.0 [#677](https://github.com/Microsoft/mssql-jdbc/pull/677) |
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 change description to PR title "Improved performance degradation while maintaining JDBC compliance with results from sp_fkeys". Move this one to top of the Fixed Issues List.
Codecov Report
@@ Coverage Diff @@
## dev #692 +/- ##
============================================
- Coverage 48.15% 48.03% -0.12%
+ Complexity 2585 2579 -6
============================================
Files 114 114
Lines 26578 26578
Branches 4453 4453
============================================
- Hits 12798 12768 -30
- Misses 11638 11668 +30
Partials 2142 2142
Continue to review full report at Codecov.
|
Also updated Gradle / adal4j dependencies as well.