Partial updating with InMemoryDatabases #4527
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Instead of pulling a full database object into code, updating it and then saving it in the database I like to do partial updates on rows with entity framework like this:
And it always seems to work fine. But recently when doing automated testing with the in memory databases this will update the efObject to only having an id and a date. All other properties for that object will be default values, even if they had values before.
I am assuming this is a bug and will be fixed. Is there any work around for this besides doing a full update?
The text was updated successfully, but these errors were encountered: