felixfbecker / node-sql-template-strings

ES6 tagged template strings for prepared SQL statements 📋
ISC License
610 stars 40 forks source link

Improved append(...) and nested statements #104

Open WebReflection opened 5 years ago

WebReflection commented 5 years ago

This MR addresses all concerns and optimizations reised in #30 and #44

codecov[bot] commented 5 years ago

Codecov Report

Merging #104 into master will not change coverage. The diff coverage is 100%.

@@          Coverage Diff          @@
##           master   #104   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          36     62   +26     
  Branches        6     12    +6     
=====================================
+ Hits           36     62   +26
Impacted Files Coverage Δ
index.js 100% <100%> (ø) :arrow_up: