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

fix error messages for empty results when extractor is non-empty #91

Closed msillence closed 6 years ago

msillence commented 6 years ago

just using the column alias to give a little more info on what is causing the problem

codecov-io commented 6 years ago

Codecov Report

Merging #91 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #91      +/-   ##
==========================================
+ Coverage   81.63%   81.64%   +0.01%     
==========================================
  Files          43       43              
  Lines        1127     1128       +1     
  Branches       98       87      -11     
==========================================
+ Hits          920      921       +1     
  Misses        207      207
Impacted Files Coverage Δ
sqlest/src/main/scala/sqlest/ast/Column.scala 100% <100%> (ø) :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 ca7af9f...fb50008. Read the comment docs.

DavidGregory084 commented 6 years ago

Thanks @msillence!