Closed
Description
This is a duplicate of #209, which has been unfortunately closed.
Entity Framework generates a WHERE close on updates to check concurrent updates for each entity that has a concurrency token (timestamp). The bulk updates don't generate those WHERE clauses and skip EF concurrency checks.
Any plan to add support for concurrency checks?