jhc-systems / sqlest

Write SQL in Scala
https://jhc-systems.github.io/sqlest/latest/api/
Apache License 2.0
30 stars 17 forks source link

Add Optimize (DB2 only) #85

Closed CHAZOTA closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #85 into master will increase coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #85      +/-   ##
========================================
+ Coverage   81.87%    82%   +0.12%     
========================================
  Files          43     43              
  Lines        1142   1150       +8     
  Branches      103    102       -1     
========================================
+ Hits          935    943       +8     
  Misses        207    207
Impacted Files Coverage Δ
sqlest/src/main/scala/sqlest/ast/Relation.scala 88% <100%> (+0.5%) :arrow_up:
...scala/sqlest/sql/base/SelectStatementBuilder.scala 97.18% <100%> (+0.16%) :arrow_up:
...scala/sqlest/ast/operations/ColumnOperations.scala 95% <100%> (+0.08%) :arrow_up:
...rc/main/scala/sqlest/sql/DB2StatementBuilder.scala 81.66% <100%> (+0.63%) :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 7587870...a4c55e1. Read the comment docs.

DavidGregory084 commented 6 years ago

Looks great to me, thanks @CHAZOTA!