JuliaDatabases / ODBC.jl

An ODBC interface for the Julia programming language
https://odbc.juliadatabases.org/stable
Other
106 stars 63 forks source link

Add a return code check when we're fetching results. Previously, ther… #246

Closed quinnj closed 5 years ago

quinnj commented 5 years ago

…e might have been an error when calling SQLFetchScroll and ODBC.jl ignored it

codecov-io commented 5 years ago

Codecov Report

Merging #246 into master will decrease coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #246      +/-   ##
==========================================
- Coverage    48.2%   48.07%   -0.13%     
==========================================
  Files           6        6              
  Lines         417      416       -1     
==========================================
- Hits          201      200       -1     
  Misses        216      216
Impacted Files Coverage Δ
src/ODBC.jl 76.11% <100%> (ø) :arrow_up:
src/Query.jl 63.49% <100%> (-0.2%) :arrow_down:

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 2fd9417...cf313d9. Read the comment docs.