Make ModificationCommandComparer compare provider values
Open
area-save-changes
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
With table sharing where the PKs use value comparers with different ordering `ModificationCommandComparer` could order concurrent command batches in a way that could cause a deadlock.
Making this work for all cases requires the ProviderValueComparer to implement `IComparer`
Contributor guide
Assessment
This issue has not been assessed yet.