Skip to content

Update JDBC4.3 branch with latest changes from Dev branch #565

Merged
AfsanehR-zz merged 102 commits intoJDBC4.3from
dev
Nov 27, 2017
Merged

Update JDBC4.3 branch with latest changes from Dev branch #565
AfsanehR-zz merged 102 commits intoJDBC4.3from
dev

Conversation

@AfsanehR-zz
Copy link
Copy Markdown
Contributor

This pull request only contains the new updates from dev branch.

xiangyushawn and others added 30 commits May 31, 2017 11:52
Running a query that uses a timer can cause an
IllegalThreadStateException if the underlying ThreadGroup has been
destroyed
Forgot to add AtomicReference
merge dev to master for 6.3.2
merge dev to master for 6.3.3-SNAPSHOT
Revert "removing javax.xml.bind package dependency "
…ed_APIs

Revert "Removing deprecated APIs in java 9"
Replace manual array copying with System.arraycopy().
Calling toString() on a String object is redundant
Replace bare literals with magic constants. For example:

`cal.set(1, 1, 577738, 0, 0, 0);`

becomes

`cal.set(1, Calendar.FEBRUARY, 577738, 0, 0, 0);`
Revert "Remove redundant if/else statements"
Merging in Dev to Master for 6.3.3 release
remove developer name from POM file
…aredStatement

populate table with prepared statement
xiangyushawn and others added 26 commits October 27, 2017 16:43
revise the way that pom file uses version number
Fix for static logger member in abstract class 'SQLServerClobBase'
Throw exception for "Account Locked" SQL Exception 18486
Fix prepared statement metadata cache issue
Update Changelog for 6.3.5 Release
Fixed minor issue that came during conflict resolution
Updating POM File for next preview snapshot
@codecov-io
Copy link
Copy Markdown

codecov-io commented Nov 27, 2017

Codecov Report

Merging #565 into JDBC4.3 will increase coverage by 0.01%.
The diff coverage is 52.4%.

Impacted file tree graph

@@             Coverage Diff              @@
##             JDBC4.3    #565      +/-   ##
============================================
+ Coverage      46.58%   46.6%   +0.01%     
+ Complexity      2219    2214       -5     
============================================
  Files            108     108              
  Lines          25280   25321      +41     
  Branches        4167    4175       +8     
============================================
+ Hits           11777   11801      +24     
- Misses         11484   11496      +12     
- Partials        2019    2024       +5
Flag Coverage Δ Complexity Δ
#JDBC41 46.44% <52.4%> (-0.05%) 2208 <37> (-4)
#JDBC42 46.5% <52.4%> (+0.05%) 2210 <37> (ø) ⬇️
Impacted Files Coverage Δ Complexity Δ
...m/microsoft/sqlserver/jdbc/SQLServerException.java 76.85% <ø> (ø) 29 <0> (ø) ⬇️
...a/com/microsoft/sqlserver/jdbc/SQLJdbcVersion.java 0% <ø> (ø) 0 <0> (ø) ⬇️
...va/com/microsoft/sqlserver/jdbc/StreamColumns.java 89.18% <0%> (-1.23%) 22 <8> (ø)
...soft/sqlserver/jdbc/SQLServerDatabaseMetaData.java 35.59% <0%> (-0.64%) 55 <0> (ø)
.../java/com/microsoft/sqlserver/jdbc/StreamSSPI.java 0% <0%> (ø) 0 <0> (ø) ⬇️
...m/microsoft/sqlserver/jdbc/SQLServerResultSet.java 32.86% <0%> (+0.01%) 241 <0> (-1) ⬇️
...va/com/microsoft/sqlserver/jdbc/StreamTabName.java 85% <0%> (-4.48%) 7 <1> (ø)
...soft/sqlserver/jdbc/SQLServerBulkCopy42Helper.java 0% <0%> (ø) 0 <0> (ø) ⬇️
...ava/com/microsoft/sqlserver/jdbc/FailOverInfo.java 52.63% <0%> (ø) 0 <0> (ø) ⬇️
.../com/microsoft/sqlserver/jdbc/SQLServerSQLXML.java 12.9% <0%> (+0.1%) 9 <0> (ø) ⬇️
... and 43 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 4cc67a1...a940fbc. Read the comment docs.

@AfsanehR-zz AfsanehR-zz requested a review from peterbae November 27, 2017 18:11
@AfsanehR-zz AfsanehR-zz merged commit 6f9fec6 into JDBC4.3 Nov 27, 2017
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.