Skip to content

Conversation

@lilgreenbird
Copy link
Contributor

No description provided.

cheenamalhotra and others added 20 commits September 28, 2018 11:23
Make dev even with master
generate unique names for tables and procedures instead of using hardcoded names
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
@codecov-io
Copy link

codecov-io commented Oct 30, 2018

Codecov Report

Merging #869 into master will increase coverage by 0.38%.
The diff coverage is 70.51%.

Impacted file tree graph

@@             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
Flag Coverage Δ Complexity Δ
#JDBC42 48.27% <70.51%> (+0.36%) 2757 <2> (+13) ⬆️
#JDBC43 48.69% <70.51%> (+0.37%) 2797 <2> (+10) ⬆️
Impacted Files Coverage Δ Complexity Δ
...m/microsoft/sqlserver/jdbc/SQLServerStatement.java 59.51% <ø> (ø) 135 <0> (ø) ⬇️
...l/googlecode/concurrentlinkedhashmap/Weighers.java 8.33% <ø> (ø) 1 <0> (ø) ⬇️
...rc/main/java/com/microsoft/sqlserver/jdbc/DDC.java 46.38% <ø> (+1.75%) 108 <0> (+2) ⬆️
...m/microsoft/sqlserver/jdbc/SQLServerResultSet.java 32.77% <ø> (ø) 256 <0> (ø) ⬇️
...n/java/com/microsoft/sqlserver/jdbc/Parameter.java 64.32% <ø> (+0.6%) 64 <0> (ø) ⬇️
...rc/main/java/com/microsoft/sqlserver/jdbc/TVP.java 44.12% <ø> (ø) 27 <0> (ø) ⬇️
.../microsoft/sqlserver/jdbc/SQLServerConnection.java 48.09% <ø> (+0.17%) 335 <0> (+1) ⬆️
...va/com/microsoft/sqlserver/jdbc/StreamTabName.java 85% <ø> (ø) 7 <0> (ø) ⬇️
...ava/com/microsoft/sqlserver/jdbc/DLLException.java 0% <ø> (ø) 0 <0> (ø) ⬇️
...ncurrentlinkedhashmap/ConcurrentLinkedHashMap.java 39% <ø> (+0.21%) 43 <0> (ø) ⬇️
... and 26 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 de44ae4...b331c3b. Read the comment docs.

@lilgreenbird lilgreenbird merged commit 0703897 into master Oct 30, 2018
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.