-
Notifications
You must be signed in to change notification settings - Fork 64
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
Update modified fields only #80
Comments
@t-denis did you manage to get the .expand() functionality to work? |
Not used expand() functionality.
|
@t-denis have you found the solution yet? |
@dean-yang |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, just found your awesome library. Thanks for great work.
Is it a bug or by design, that Breeze updates the entire db row, not just the modified fields?
Since it roundtrips original values, I suppose that the partial update scenario should be supported.
But it sets modified state for the entire EntityEntry, that leads to the entire row update,
Using ASP.Net Core 2.2 + EF Core 2.2.
The text was updated successfully, but these errors were encountered: