Skip to content

Update changelog for v7.1.1 Preview Release#808

Merged
cheenamalhotra merged 4 commits intomicrosoft:devfrom
cheenamalhotra:release-ready
Sep 25, 2018
Merged

Update changelog for v7.1.1 Preview Release#808
cheenamalhotra merged 4 commits intomicrosoft:devfrom
cheenamalhotra:release-ready

Conversation

@cheenamalhotra
Copy link
Member

No description provided.

@cheenamalhotra cheenamalhotra added this to the 7.1.1 milestone Sep 25, 2018
@codecov-io
Copy link

codecov-io commented Sep 25, 2018

Codecov Report

Merging #808 into dev will increase coverage by 0.31%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev     #808      +/-   ##
============================================
+ Coverage     48.34%   48.66%   +0.31%     
- Complexity     2786     2814      +28     
============================================
  Files           116      116              
  Lines         27878    27878              
  Branches       4645     4651       +6     
============================================
+ Hits          13477    13566      +89     
+ Misses        12182    12175       -7     
+ Partials       2219     2137      -82
Flag Coverage Δ Complexity Δ
#JDBC42 48.19% <ø> (+0.3%) 2772 <ø> (+27) ⬆️
#JDBC43 48.26% <ø> (+0.02%) 2783 <ø> (+2) ⬆️
Impacted Files Coverage Δ Complexity Δ
...a/com/microsoft/sqlserver/jdbc/PLPInputStream.java 58.33% <0%> (-1.2%) 33% <0%> (-1%)
...rc/main/java/com/microsoft/sqlserver/jdbc/DDC.java 45.73% <0%> (-0.66%) 108% <0%> (ø)
...ncurrentlinkedhashmap/ConcurrentLinkedHashMap.java 38.14% <0%> (-0.65%) 42% <0%> (-1%)
...om/microsoft/sqlserver/jdbc/SQLServerBulkCopy.java 52.46% <0%> (-0.01%) 263% <0%> (+2%)
...oft/sqlserver/jdbc/SQLServerPreparedStatement.java 52.23% <0%> (+0.12%) 216% <0%> (ø) ⬇️
...rc/main/java/com/microsoft/sqlserver/jdbc/dtv.java 62.46% <0%> (+0.17%) 0% <0%> (ø) ⬇️
...m/microsoft/sqlserver/jdbc/SQLServerStatement.java 59.8% <0%> (+0.28%) 141% <0%> (+6%) ⬆️
...oft/sqlserver/jdbc/SQLServerParameterMetaData.java 24.56% <0%> (+0.36%) 31% <0%> (ø) ⬇️
.../microsoft/sqlserver/jdbc/SQLServerConnection.java 48.45% <0%> (+0.53%) 348% <0%> (+14%) ⬆️
...c/main/java/com/microsoft/sqlserver/jdbc/Util.java 62.06% <0%> (+0.72%) 93% <0%> (+4%) ⬆️
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 037a11d...bc02838. Read the comment docs.

CHANGELOG.md Outdated
## [7.1.1] Preview Release
### Fixed Issues
- Fixed a bug where calling length() after obtaining a stream would close the stream for Clobs/NClobs [#799](https://github.com/Microsoft/mssql-jdbc/pull/799)
- Fixed issues in BulkCopy exception handling [#801](https://github.com/Microsoft/mssql-jdbc/pull/801)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BulkCopy -> Bulk Copy?

CHANGELOG.md Outdated
- Fixed a bug where calling length() after obtaining a stream would close the stream for Clobs/NClobs [#799](https://github.com/Microsoft/mssql-jdbc/pull/799)
- Fixed issues in BulkCopy exception handling [#801](https://github.com/Microsoft/mssql-jdbc/pull/801)
- Fixed closeable resource leaks in Junit tests [#797](https://github.com/Microsoft/mssql-jdbc/pull/797)
- Fixed issues with apostrophe being passed in table name + Improvements in SQLServerParameterMetadata [#780](https://github.com/Microsoft/mssql-jdbc/pull/780)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Improvements -> improvements

@cheenamalhotra cheenamalhotra merged commit 593ffb1 into microsoft:dev Sep 25, 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.

4 participants