-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maintain Referential Integrity while Deleting Resources #1425
Maintain Referential Integrity while Deleting Resources #1425
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1425 +/- ##
========================================
Coverage 95.84% 95.85%
========================================
Files 245 245
Lines 15839 15874 +35
Branches 335 335
========================================
+ Hits 15181 15216 +35
Misses 323 323
Partials 335 335
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also fill out the documentation on the delete transaction command in docs/implementation/database.md
. Also please write a section on the delete interaction in docs/api.md
were we say that referential integrity is checked depending on ENFORCE_REFERENTIAL_INTEGRITY
since version 0.24.0.
ea15b69
to
9bd2840
Compare
55f3cda
to
0f297d8
Compare
0f297d8
to
a63a013
Compare
Closes: #543