-
Notifications
You must be signed in to change notification settings - Fork 88
Open

Description
Hello there.
We have encountered the deadlock while using BulkInsert from DapperPlusActionSet. The deadlock is happened due to the concurrent update of the parent table and insert to a child table in few different transactions. The possible way to fix the issue is to use the SQL server hint for the insert query: OPTION (LOOP JOIN). However, I did not find any way to specify the hint while using dapperplus methods.
Is there a way to specify SQL server hints for insert statement located in the merge statement produced by the BulkInsert method?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels