Skip to content
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

Fixed issue with throwing error message for unsupported datatype. #450

Merged
merged 7 commits into from
Aug 29, 2017

Conversation

AfsanehR-zz
Copy link
Contributor

Fixes #449

Fixed issue with returning class type of time object in sql_variant
@codecov-io
Copy link

codecov-io commented Aug 16, 2017

Codecov Report

Merging #450 into dev will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev     #450      +/-   ##
============================================
- Coverage     46.33%   46.32%   -0.01%     
+ Complexity     2200     2199       -1     
============================================
  Files           108      108              
  Lines         25266    25266              
  Branches       4177     4176       -1     
============================================
- Hits          11706    11705       -1     
+ Misses        11534    11530       -4     
- Partials       2026     2031       +5
Flag Coverage Δ Complexity Δ
#JDBC41 46.12% <100%> (ø) 2188 <0> (+1) ⬆️
#JDBC42 46.2% <100%> (+0.04%) 2195 <0> (+2) ⬆️
Impacted Files Coverage Δ Complexity Δ
...rc/main/java/com/microsoft/sqlserver/jdbc/DDC.java 42.69% <ø> (-2.03%) 103 <0> (-1)
...om/microsoft/sqlserver/jdbc/SQLServerResource.java 100% <ø> (ø) 4 <0> (ø) ⬇️
...rc/main/java/com/microsoft/sqlserver/jdbc/dtv.java 63.43% <100%> (+0.12%) 0 <0> (ø) ⬇️
...om/microsoft/sqlserver/jdbc/SQLServerBulkCopy.java 52.48% <0%> (-0.07%) 240% <0%> (ø)
...in/java/com/microsoft/sqlserver/jdbc/IOBuffer.java 53.98% <0%> (-0.04%) 0% <0%> (ø)
...oft/sqlserver/jdbc/SQLServerPreparedStatement.java 50.82% <0%> (+0.24%) 161% <0%> (ø) ⬇️
...n/java/com/microsoft/sqlserver/jdbc/Parameter.java 63.51% <0%> (+0.64%) 62% <0%> (ø) ⬇️
...om/microsoft/sqlserver/jdbc/ReaderInputStream.java 47.19% <0%> (+2.24%) 16% <0%> (ø) ⬇️

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 bad7829...d1d2ccb. Read the comment docs.

@cheenamalhotra cheenamalhotra removed their assignment Aug 29, 2017
@AfsanehR-zz AfsanehR-zz merged commit 5e6eb38 into microsoft:dev Aug 29, 2017
@lilgreenbird lilgreenbird added this to Closed/Merged PRs in MSSQL JDBC Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
MSSQL JDBC
  
Closed/Merged PRs
Development

Successfully merging this pull request may close these issues.

None yet

5 participants