-
Notifications
You must be signed in to change notification settings - Fork 2k
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
AfterSaveBehavior default is actually .Ignore, not .Throw #2371
Conversation
Updating docs to match actual behavior of `AfterSaveBehavior`, and to clarify treatment of database-side changes in case of .Save and .Ignore
@dbrownems can you check my changes? Avoid future tense and split up long sentences. |
@Rick-Anderson The reason this isn't merged is that I still need to investigate the technical aspects of this. |
@ajcvickers - Also include changes from #2372 depending on the decision. |
@smitpatel I added it. |
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.
looks good
@dbrownems thanks for the review. When I added your other commit to this PR it pushed you over the limit to require a signed CLA to accept the PR. Would you mind signing that? |
@roji Is this obsolete now that you updated these pages? Also, did you check the behavior to make sure the docs are correct? |
Yeah, this has been corrected in #2998 - one needs to do
|
Updating docs to match actual behavior of
AfterSaveBehavior
, and to clarify treatment of database-side changes in case of .Save and .Ignore