denisenkom / go-mssqldb

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

Clear returnStatus between two queries on the same connection #675

Closed tc-hib closed 3 years ago

tc-hib commented 3 years ago

Fixes #654.

codecov[bot] commented 3 years ago

Codecov Report

Merging #675 (165a70f) into master (a78da2a) will increase coverage by 0.07%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #675      +/-   ##
==========================================
+ Coverage   70.19%   70.26%   +0.07%     
==========================================
  Files          23       23              
  Lines        5163     5173      +10     
==========================================
+ Hits         3624     3635      +11     
  Misses       1310     1310              
+ Partials      229      228       -1     
Impacted Files Coverage Δ
mssql.go 87.04% <80.00%> (-0.23%) :arrow_down:
bulkcopy.go 57.20% <100.00%> (ø)
mssql_go19.go 95.74% <100.00%> (ø)
tds.go 65.59% <100.00%> (-0.17%) :arrow_down:
token.go 61.23% <100.00%> (+0.75%) :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 a78da2a...165a70f. Read the comment docs.