Update Master with latest dev branch#555
Merged
cheenamalhotra merged 68 commits intomasterfrom Nov 21, 2017
Merged
Conversation
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);`
This reverts commit e77a046.
… columns"" This reverts commit 8f69956.
Updated docker image tag for mssql-server-linux
Updating docker run command as well.
Cleaning up tables
…L Server 2008/2012 and throw Exception
…nd adding a test case for this
Remove redundant String.toString()
updates gradle dependencies
revise the way that pom file uses version number
… fix for BatchTriggerTest
…ching is disabled on the connection
…otherwise throw sql server exception
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 Report
@@ 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
Continue to review full report at Codecov.
|
Fixed minor issue that came during conflict resolution
AfsanehR-zz
approved these changes
Nov 21, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.