Skip to content

Update Master with latest dev branch#555

Merged
cheenamalhotra merged 68 commits intomasterfrom
dev
Nov 21, 2017
Merged

Update Master with latest dev branch#555
cheenamalhotra merged 68 commits intomasterfrom
dev

Conversation

@cheenamalhotra
Copy link
Copy Markdown
Member

No description provided.

mnhubspot and others added 30 commits September 1, 2017 16:50
Running a query that uses a timer can cause an
IllegalThreadStateException if the underlying ThreadGroup has been
destroyed
Forgot to add AtomicReference
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);`
Updated docker image tag for mssql-server-linux
Updating docker run command as well.
xiangyushawn and others added 25 commits October 24, 2017 13:36
updates gradle dependencies
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
@codecov-io
Copy link
Copy Markdown

codecov-io commented Nov 17, 2017

Codecov Report

Merging #555 into master will decrease coverage by <.01%.
The diff coverage is 78.94%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #555      +/-   ##
============================================
- Coverage     46.71%   46.71%   -0.01%     
+ Complexity     2227     2224       -3     
============================================
  Files           108      108              
  Lines         25308    25321      +13     
  Branches       4175     4175              
============================================
+ Hits          11823    11828       +5     
- Misses        11457    11472      +15     
+ Partials       2028     2021       -7
Flag Coverage Δ Complexity Δ
#JDBC41 46.51% <78.94%> (+0.02%) 2210 <19> (-8) ⬇️
#JDBC42 46.6% <78.94%> (-0.04%) 2222 <19> (-1)
Impacted Files Coverage Δ Complexity Δ
...m/microsoft/sqlserver/jdbc/SQLServerException.java 76.85% <ø> (ø) 29 <0> (ø) ⬇️
...a/com/microsoft/sqlserver/jdbc/SQLJdbcVersion.java 0% <ø> (ø) 0 <0> (ø) ⬇️
...a/com/microsoft/sqlserver/jdbc/SQLServerNClob.java 100% <100%> (ø) 3 <2> (-1) ⬇️
...t/sqlserver/jdbc/SQLServerConnectionPoolProxy.java 15.1% <100%> (+0.44%) 14 <0> (ø) ⬇️
.../microsoft/sqlserver/jdbc/SQLServerConnection.java 45.75% <50%> (-0.23%) 277 <2> (ø)
...va/com/microsoft/sqlserver/jdbc/SQLServerClob.java 27.94% <75%> (-0.32%) 3 <2> (-1)
...oft/sqlserver/jdbc/SQLServerPreparedStatement.java 51.24% <80.88%> (-0.33%) 159 <10> (-5)
...m/microsoft/sqlserver/jdbc/SQLServerStatement.java 59.65% <83.33%> (+0.18%) 133 <3> (+2) ⬆️
...ooglecode/concurrentlinkedhashmap/LinkedDeque.java 28.46% <0%> (-3.08%) 20% <0%> (-2%)
...ncurrentlinkedhashmap/ConcurrentLinkedHashMap.java 39.39% <0%> (-2.82%) 44% <0%> (-2%)
... and 12 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 16a76c7...91e7d8a. Read the comment docs.

Fixed minor issue that came during conflict resolution
@cheenamalhotra cheenamalhotra merged commit 9f0b214 into master Nov 21, 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.