| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
… if config.store_attribute_with_nil_value = false
Minimum allowed line rate is 90% |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #681 +/- ##
==========================================
+ Coverage 90.33% 90.35% +0.01%
==========================================
Files 62 62
Lines 3156 3162 +6
==========================================
+ Hits 2851 2857 +6
Misses 305 305
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fix saving persisted model and delete item attributes with nil values if config.store_attribute_with_nil_value = false.
The issue was introduced in #623 by switching from PutItem to UpdateItem for persisted models.
Closes #679