MechanicalRabbit / FunSQL.jl

Julia library for compositional construction of SQL queries
https://mechanicalrabbit.github.io/FunSQL.jl
Other
144 stars 5 forks source link

DBInterface compatibility #23

Closed xitology closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #23 (e00d673) into master (443bb62) will increase coverage by 2.39%. The diff coverage is 97.14%.

:exclamation: Current head e00d673 differs from pull request most recent head 71216a9. Consider uploading reports for the commit 71216a9 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   91.40%   93.80%   +2.39%     
==========================================
  Files          53       55       +2     
  Lines        2433     2407      -26     
==========================================
+ Hits         2224     2258      +34     
+ Misses        209      149      -60     
Impacted Files Coverage Δ
src/FunSQL.jl 100.00% <ø> (ø)
src/reflect.jl 97.14% <97.14%> (ø)
src/dialects.jl 80.00% <0.00%> (-6.54%) :arrow_down:
src/nodes/from.jl 81.81% <0.00%> (ø)
src/nodes/join.jl 85.71% <0.00%> (ø)
src/nodes/sort.jl 84.21% <0.00%> (ø)
src/nodes/group.jl 90.90% <0.00%> (ø)
src/nodes/order.jl 85.71% <0.00%> (ø)
src/nodes/where.jl 81.81% <0.00%> (ø)
src/clauses/with.jl 93.33% <0.00%> (ø)
... and 30 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 443bb62...71216a9. Read the comment docs.