Dynamoid / dynamoid

Ruby ORM for Amazon's DynamoDB.
MIT License
580 stars 195 forks source link

Clarify behavior of upsert when document already exists #621

Closed xeger closed 1 year ago

xeger commented 1 year ago

This almost caused an outage in production; thankfully I tested it, but I figured others might appreciate a how-to.

codecov[bot] commented 1 year ago

Codecov Report

Merging #621 (b623e2a) into master (ecf17e6) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #621   +/-   ##
=======================================
  Coverage   90.06%   90.06%           
=======================================
  Files          59       59           
  Lines        3020     3020           
=======================================
  Hits         2720     2720           
  Misses        300      300           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

andrykonchin commented 1 year ago

Thank you!