MechanicalRabbit / FunSQL.jl

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

multiline output for SELECT, GROUP BY, ORDER BY and WHERE #21

Closed xitology closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #21 (5c1ea82) into master (04130df) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   93.76%   93.82%   +0.05%     
==========================================
  Files          54       54              
  Lines        2372     2395      +23     
==========================================
+ Hits         2224     2247      +23     
  Misses        148      148              
Impacted Files Coverage Δ
src/clauses/group.jl 100.00% <ø> (ø)
src/clauses/join.jl 100.00% <ø> (ø)
src/clauses/partition.jl 100.00% <ø> (ø)
src/clauses/select.jl 100.00% <ø> (ø)
src/clauses/union.jl 100.00% <ø> (ø)
src/clauses/window.jl 92.30% <ø> (ø)
src/clauses/with.jl 93.33% <ø> (ø)
src/nodes/aggregate.jl 86.95% <ø> (ø)
src/nodes/append.jl 63.15% <ø> (ø)
src/nodes/define.jl 90.90% <ø> (ø)
... and 11 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 04130df...5c1ea82. Read the comment docs.