forked from MikaelEliasson/EntityFramework.Utilities
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hi,
sometimes there is a problem when using UpdateAll method by multiple separate applications/threads (updating different records). Due to the fact that standard behavior is updating rows using PAGELOCK, deadlocks may occur.
Maybe it's worth to add an additional option to specify lock type for the query (ROWLOCK/TABLOCK/PAGLOCK)?
Metadata
Metadata
Assignees
Labels
No labels