Please add a ConcurrencyCheckingStrategy to the LightspeedContext that would allow overriding of the Optimistic Concurrency functionality.
Specifically, I would like to use a Guid instead of an incrementing integer for tracking versions of an entity.
Presumably the strategy would need to provide the field type (int, guid etc) and a mechanism for incrementing/changing the version.
Status: New
|