-
Notifications
You must be signed in to change notification settings - Fork 3.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
Add nullability check to In-Memory Database #23094
Add nullability check to In-Memory Database #23094
Conversation
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.
This looks great! Sorry for being so slow to review it.
@smitpatel @AndriySvyryd This looks good to me, but I'm not great at noticing places where style, etc. might be wrong. You guys are good at that. :-) Do you want to give it a quick scan? |
@fagnercarvalho Thanks for the contribution! |
I'm not sure if you would like a separate issue created for this, but the changed entity will still be in the ChangeTracker after the DbUpdateException is thrown. |
@devlear That's by design. If any exception happens during |
Fixes #10613