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 transform class method on Select with test #75

Closed AndyCattermoleJHC closed 8 years ago

codecov-io commented 8 years ago

Current coverage is 80.81% (diff: 100%)

Merging #75 into master will increase coverage by 0.01%

@@             master        #75   diff @@
==========================================
  Files            42         42          
  Lines          1172       1173     +1   
  Methods        1098       1099     +1   
  Messages          0          0          
  Branches         74         74          
==========================================
+ Hits            947        948     +1   
  Misses          225        225          
  Partials          0          0          

Powered by Codecov. Last update ce71197...e77627e

DavidGregory084 commented 8 years ago

Looks good :+1: just one quick note about multiline strings

DavidGregory084 commented 8 years ago

Thanks @AndyCattermoleJHC!