Its.Cqrs icon indicating copy to clipboard operation
Its.Cqrs copied to clipboard

UseInMemoryEventStore() does not set AbsoluteSequenceNumber

Open xavierjohn opened this issue 8 years ago • 1 comments

When UseInMemoryEventStore() is used, the AbsoluteSequenceNumber() is not set on the event.

xavierjohn avatar Dec 07 '17 18:12 xavierjohn

This is by design. The absolute sequence number is a SQL-specific implementation detail.

jonsequitur avatar Dec 07 '17 18:12 jonsequitur