Removing relation child while updating nullable fk as None#1230
Removing relation child while updating nullable fk as None#1230amit12297 wants to merge 4 commits intoormar-orm:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1230 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 201 201
Lines 16647 16659 +12
=========================================
+ Hits 16647 16659 +12
🚀 New features to boost your workflow:
|
|
Hi, Can you add a test that fails now and that this issue fixes? |
Hi @collerek, I added the test-case. It fails without my changes and is passing with my changes. Please suggest if I can give a better name to the test-case. Here are the screenshots- |
|
@collerek please merge this if everything looks fine |
CodSpeed Performance ReportMerging #1230 will degrade performances by 23.48%Comparing Summary
Benchmarks breakdown
|




Fixes #1229
Removing relation child while updating nullable fk as None in descriptors.py->RelationDescriptor
Ran the test cases locally using
pytest -svv --cov=ormar --cov=tests --cov-fail-under=100 --cov-report=term-missingAll test cases passed