SamVerschueren / dynongo

MongoDB like syntax for DynamoDB
MIT License
58 stars 16 forks source link

fix: Do not overwrite values when null #82

Closed onhate closed 4 years ago

onhate commented 4 years ago

close #81

codecov-io commented 4 years ago

Codecov Report

Merging #82 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #82   +/-   ##
=======================================
  Coverage   96.85%   96.85%           
=======================================
  Files          34       34           
  Lines         636      636           
  Branches       47       47           
=======================================
  Hits          616      616           
  Misses         12       12           
  Partials        8        8           
Impacted Files Coverage Δ
src/lib/utils/name.ts 100.00% <100.00%> (ø)

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 e06f8e3...24f7cb7. Read the comment docs.

SamVerschueren commented 4 years ago

When seeing this, it makes sense :). I believe DynamoDB recently added support for null, isn't it?

Thanks for the PR!

onhate commented 4 years ago

yes, it does supports null now