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

Fix TVP callable statement exception when sp not exist #265

Conversation

xiangyushawn
Copy link
Contributor

fixed an invalid exception issue for TVP when stored procedure does not exist.

@xiangyushawn xiangyushawn changed the title Fix callable statement exception when sp not exist Fix TVP callable statement exception when sp not exist Apr 26, 2017
@codecov-io
Copy link

Codecov Report

Merging #265 into dev will increase coverage by 0.17%.
The diff coverage is 55.55%.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev     #265      +/-   ##
============================================
+ Coverage     34.46%   34.64%   +0.17%     
- Complexity     1564     1569       +5     
============================================
  Files           102      102              
  Lines         23651    23660       +9     
  Branches       3871     3873       +2     
============================================
+ Hits           8152     8197      +45     
+ Misses        13891    13846      -45     
- Partials       1608     1617       +9
Flag Coverage Δ Complexity Δ
#JDBC41 34.5% <55.55%> (+0.18%) 1560 <2> (+6) ⬆️
#JDBC42 34.59% <55.55%> (+0.22%) 1568 <2> (+9) ⬆️
Impacted Files Coverage Δ Complexity Δ
...om/microsoft/sqlserver/jdbc/SQLServerResource.java 100% <ø> (ø) 4 <0> (ø) ⬇️
...oft/sqlserver/jdbc/SQLServerPreparedStatement.java 31.41% <50%> (+0.59%) 90 <0> (+2) ⬆️
...oft/sqlserver/jdbc/SQLServerParameterMetaData.java 27.17% <60%> (+7.39%) 32 <2> (+5) ⬆️
...a/com/microsoft/sqlserver/jdbc/PLPInputStream.java 39.05% <0%> (-1.19%) 28% <0%> (-1%)
...rc/main/java/com/microsoft/sqlserver/jdbc/DDC.java 29.68% <0%> (-0.45%) 56% <0%> (-1%)
...m/microsoft/sqlserver/jdbc/SQLServerResultSet.java 26.33% <0%> (-0.3%) 185% <0%> (-3%)
...rc/main/java/com/microsoft/sqlserver/jdbc/dtv.java 36.96% <0%> (-0.07%) 0% <0%> (ø)
...in/java/com/microsoft/sqlserver/jdbc/IOBuffer.java 39.04% <0%> (+0.06%) 0% <0%> (ø) ⬇️
...n/java/com/microsoft/sqlserver/jdbc/DataTypes.java 70.03% <0%> (+0.16%) 5% <0%> (ø) ⬇️
... and 4 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 616472b...bed1305. Read the comment docs.

@Suraiya-Hameed Suraiya-Hameed merged commit ab62a67 into microsoft:dev Apr 27, 2017
@xiangyushawn xiangyushawn deleted the fix-callable-statement-exception-when-SP-not-exist branch April 27, 2017 18:27
@v-nisidh v-nisidh added this to the 6.1.7 milestone Apr 28, 2017
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.

5 participants