Skip to content
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

Document value comparer breaking change #3801

Closed
AndriySvyryd opened this issue Apr 6, 2022 · 1 comment · Fixed by #4048
Closed

Document value comparer breaking change #3801

AndriySvyryd opened this issue Apr 6, 2022 · 1 comment · Fixed by #4048

Comments

@AndriySvyryd
Copy link
Member

If a custom value comparer was specified for PK or FK properties (case-insensitive for example) it now needs to also be specified as a provider value comparer for SaveChanges to work correctly

See dotnet/efcore#27737 and dotnet/efcore#27738

@ajcvickers
Copy link
Member

Poaching

ajcvickers added a commit that referenced this issue Sep 20, 2022
Fixes #3751
Fixes #4019
Fixes #3801
Fixes #3883
Part of #3915
Fixes #4010
Fixes #4029
Fixes #4039
Fixes #4047
ajcvickers added a commit that referenced this issue Sep 20, 2022
Fixes #3751
Fixes #4019
Fixes #3801
Fixes #3883
Part of #3915
Fixes #4010
Fixes #4029
Fixes #4039
Fixes #4047
ajcvickers added a commit that referenced this issue Sep 20, 2022
Fixes #3751
Fixes #4019
Fixes #3801
Fixes #3883
Part of #3915
Fixes #4010
Fixes #4029
Fixes #4039
Fixes #4047
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants