-
Notifications
You must be signed in to change notification settings - Fork 456
Push dev to master for v7.1.2 #869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Make dev even with master
generate unique names for tables and procedures instead of using hardcoded names
… in JUnit tests (#841)
Removing SQLServerException error code check as it's not used consistently in the driver
) Fix | setQueryTimeout doesn't work when performing bulk copy to Azure Data Warehouse (#803)
* Promote jre10 driver jars to jre11 build * Update enforced Java version * Disable Appveyor build and test scripts for now * Update Readme
…nce Statement caching (#806) * Closes Statements on completion - prevents Statement leaks from Driver * Fix for Metadata Caching for no catalog scenarios. * Handle case where user closes cached Prepared Statements from ResultSets * Add Test for Prepared Statement Metadata Caching * Changes as per recommendations * Few more improvements
* tests cleanup * resolved conflict * fixed typo * fixes * fixes * fixed * review comments * review updates * review update * more review changes * more try-with-resources changes * more * spacing change only * use shared statement in Abstract test again, this will be removed in another PR * try-with-resources for Stream types * remove hardcoded table names * remove shared AE vars * added comment on driver bug * add missing escape characters * get rid of unnecessary bvtTestSetup * more hardcode * fixed issue with AE tests * fixed issue with AE tests * removed more hardcoded values and modified BatchExecutionWithBulkCopyTest to be consistent with other tests * drop all tables after tests * format * remove unused imports * cleanup procedures * Fix compilation error * fix merge errors * removed junk file * add comments * Update DNSKerberosLocator.java fixed typo * Update KerbAuthentication.java removed change of logging level * Update DNSKerberosLocator.java cosmetics * Update DNSKerberosLocator.java removed stupid tab!!
* updates for 7.1.2 * updated for 7.1.2 * fixed typo * udpated last stable release * updated version for 7.1.2 * review updates * more review updates * more review updates
cheenamalhotra
approved these changes
Oct 30, 2018
Codecov Report
@@ Coverage Diff @@
## master #869 +/- ##
============================================
+ Coverage 48.34% 48.73% +0.38%
- Complexity 2788 2799 +11
============================================
Files 116 116
Lines 27878 27875 -3
Branches 4651 4650 -1
============================================
+ Hits 13479 13586 +107
+ Misses 12186 12086 -100
+ Partials 2213 2203 -10
Continue to review full report at Codecov.
|
lilgreenbird
added a commit
that referenced
this pull request
Oct 30, 2018
Merge pull request #869 from Microsoft/dev
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.