Merging dev to connectionResiliency branch#2
Merged
ulvii merged 57 commits intoconnectionResiliencyfrom Nov 3, 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.
Update travis CI build script for mssql-server-Linux:2017-latest tag usage.
test JDBC 42 wrapper classes
update changelog and readme for dev branch
Cleaning up tables
…nd adding a test case for this
…tring Remove redundant String.toString()
…ixed-param-names recognize CallableStatement parameter names with leading '@'
Try with resources implementation in JUnit FW - Part 1
…ovement-497 Fix creating SQLServerDataTable being O(n^2) issue
Query with timer can throw IllegalThreadStateException - This PR makes sure the ThreadGroup is not destroyed before creating a new timer thread.
Replace bare literals
Replace manual array copy
* 6.3.4-preview release
* add snapshot to pom file
updates gradle dependencies
revise the way that pom file uses version number
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.