-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
affects-writingWrite-related issueWrite-related issueenhancementEnhancements & featuresEnhancements & featuresmoderate-changeModerate changes requiredModerate changes required
Milestone
Description
Not urgent on my part, but at some point I'd like to add concurrency support similar to EntityFramework.
- Support ConcurrencyCheck Attribute for entity fields
- Add List of Concurrency fields to entity definition
- Add MappingProcessor to look for these fields and update entity definition
- Update write and delete commands to check concurrency fields in the definition and add to MongoDB driver filter
- Throw our own new MongoDbUpdate[Delete]ConcurrencyException (can't reuse EF's exceptions as they are built-in)
Feel free to assign this to me if you want....
Metadata
Metadata
Assignees
Labels
affects-writingWrite-related issueWrite-related issueenhancementEnhancements & featuresEnhancements & featuresmoderate-changeModerate changes requiredModerate changes required