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 bulk insert feature #93

Closed msillence closed 6 years ago

msillence commented 6 years ago

new feature to easily allow bulk insert

codecov-io commented 6 years ago

Codecov Report

Merging #93 into master will increase coverage by 0.25%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
+ Coverage    81.8%   82.05%   +0.25%     
==========================================
  Files          43       43              
  Lines        1143     1148       +5     
  Branches       92       99       +7     
==========================================
+ Hits          935      942       +7     
+ Misses        208      206       -2
Impacted Files Coverage Δ
...src/main/scala/sqlest/ast/syntax/QuerySyntax.scala 100% <ø> (ø) :arrow_up:
sqlest/src/main/scala/sqlest/ast/Insert.scala 71.42% <100%> (+21.42%) :arrow_up:
...rc/main/scala/sqlest/ast/syntax/InsertSyntax.scala 58.82% <100%> (+8.82%) :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 cc85919...7a82da7. Read the comment docs.

DavidGregory084 commented 6 years ago

Looks great, thanks @msillence !