denisenkom / go-mssqldb

Microsoft SQL server driver written in go language
BSD 3-Clause "New" or "Revised" License
1.82k stars 495 forks source link

Fix #672: output parameters in queries #673

Closed tc-hib closed 3 years ago

tc-hib commented 3 years ago

In RPC, declare output parameters with the "output" keyword. This is necessary to support output parameters in queries.

codecov[bot] commented 3 years ago

Codecov Report

Merging #673 (7dd7854) into master (3b61568) will increase coverage by 0.35%. The diff coverage is 100.00%.

:exclamation: Current head 7dd7854 differs from pull request most recent head 975b15c. Consider uploading reports for the commit 975b15c to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #673      +/-   ##
==========================================
+ Coverage   70.07%   70.43%   +0.35%     
==========================================
  Files          23       23              
  Lines        5153     5154       +1     
==========================================
+ Hits         3611     3630      +19     
+ Misses       1312     1300      -12     
+ Partials      230      224       -6     
Impacted Files Coverage Δ
mssql.go 87.23% <100.00%> (+0.05%) :arrow_up:
mssql_go19.go 95.74% <100.00%> (+0.09%) :arrow_up:
mssql_go19pre.go 66.66% <100.00%> (+16.66%) :arrow_up:
error.go 75.00% <0.00%> (ø)
bulkcopy.go 57.26% <0.00%> (+0.06%) :arrow_up:
token.go 60.92% <0.00%> (+0.44%) :arrow_up:
tds.go 66.87% <0.00%> (+1.47%) :arrow_up:

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 3b61568...975b15c. Read the comment docs.