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

Rename to avoid name collision #77

Closed CHAZOTA closed 7 years ago

CHAZOTA commented 7 years ago

table was causing name collision, so renamed to tableFunction

codecov-io commented 7 years ago

Codecov Report

Merging #77 into master will not change coverage.

@@           Coverage Diff           @@
##           master      #77   +/-   ##
=======================================
  Coverage   81.69%   81.69%           
=======================================
  Files          43       43           
  Lines        1147     1147           
  Branches      100      105    +5     
=======================================
  Hits          937      937           
  Misses        210      210
Impacted Files Coverage Δ
.../scala/sqlest/ast/syntax/TableFunctionSyntax.scala 100% <100%> (ø) :white_check_mark:

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 017a6c7...0597994. Read the comment docs.

DavidGregory084 commented 7 years ago

Thanks again @CHAZOTA!