hiddentao / squel

:office: SQL query string builder for Javascript
https://hiddentao.github.io/squel
MIT License
1.57k stars 231 forks source link

Fix bug of undefined value when using replaceSingleQuotes:true #347

Closed ramimoshe closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #347   +/-   ##
=======================================
  Coverage   81.31%   81.31%           
=======================================
  Files           2        2           
  Lines        2863     2863           
  Branches      635      635           
=======================================
  Hits         2328     2328           
  Misses        535      535
Impacted Files Coverage Δ
dist/squel-basic.js 93.38% <100%> (ø) :arrow_up:
dist/squel.js 72.28% <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 579f760...7a26b16. Read the comment docs.

ramimoshe commented 6 years ago

@hiddentao can you check it and merge it please?

hiddentao commented 6 years ago

@ramimoshe done.