You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: