Skip to content

Cleaning up tables#509

Merged
AfsanehR-zz merged 7 commits intomicrosoft:devfrom
AfsanehR-zz:cleanupTables
Oct 5, 2017
Merged

Cleaning up tables#509
AfsanehR-zz merged 7 commits intomicrosoft:devfrom
AfsanehR-zz:cleanupTables

Conversation

@AfsanehR-zz
Copy link
Copy Markdown
Contributor

No description provided.

@codecov-io
Copy link
Copy Markdown

codecov-io commented Sep 25, 2017

Codecov Report

Merging #509 into dev will decrease coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##                dev     #509     +/-   ##
===========================================
- Coverage     46.54%   46.45%   -0.1%     
+ Complexity     2216     2214      -2     
===========================================
  Files           108      108             
  Lines         25312    25312             
  Branches       4181     4181             
===========================================
- Hits          11781    11758     -23     
- Misses        11497    11527     +30     
+ Partials       2034     2027      -7
Flag Coverage Δ Complexity Δ
#JDBC41 46.21% <ø> (-0.15%) 2206 <ø> (-4)
#JDBC42 46.31% <ø> (-0.12%) 2207 <ø> (-6)
Impacted Files Coverage Δ Complexity Δ
...va/com/microsoft/sqlserver/jdbc/ThreePartName.java 71.42% <0%> (-14.29%) 7% <0%> (-1%)
...n/java/com/microsoft/sqlserver/jdbc/Parameter.java 61.58% <0%> (-0.86%) 63% <0%> (ø)
...m/microsoft/sqlserver/jdbc/SQLServerResultSet.java 32.57% <0%> (-0.29%) 239% <0%> (-2%)
...in/java/com/microsoft/sqlserver/jdbc/IOBuffer.java 53.65% <0%> (-0.27%) 0% <0%> (ø)
...oft/sqlserver/jdbc/SQLServerPreparedStatement.java 51.32% <0%> (-0.25%) 165% <0%> (ø)
...m/microsoft/sqlserver/jdbc/SQLServerStatement.java 59.36% <0%> (-0.11%) 130% <0%> (-1%)
...rc/main/java/com/microsoft/sqlserver/jdbc/dtv.java 63.18% <0%> (-0.07%) 0% <0%> (ø)
.../microsoft/sqlserver/jdbc/SQLServerConnection.java 46.01% <0%> (+0.03%) 277% <0%> (ø) ⬇️
...c/main/java/com/microsoft/sqlserver/jdbc/Util.java 59.61% <0%> (+0.43%) 89% <0%> (+1%) ⬆️
...rc/main/java/com/microsoft/sqlserver/jdbc/DDC.java 44.81% <0%> (+0.45%) 105% <0%> (+1%) ⬆️

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 7fd1c98...55641c8. Read the comment docs.

rs = callableStatement.executeQuery();
rs.close();
}
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Before closing the try, terminate variation can be passed existing Connection & Statement objects instead of starting a new connection for dropping objects.

Copy link
Copy Markdown
Member

@cheenamalhotra cheenamalhotra left a comment

Choose a reason for hiding this comment

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

With the minor change requested, implementation looks good!

@AfsanehR-zz AfsanehR-zz merged commit b00b377 into microsoft:dev Oct 5, 2017
@AfsanehR-zz AfsanehR-zz deleted the cleanupTables branch February 2, 2018 19:02
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.

6 participants