DevrexLabs / OrigoDB

In-memory event-sourced database engine for NET/Mono
http://origodb.com
MIT License
137 stars 34 forks source link

FileCommandStore broken in 0.15.0 #10

Closed rofr closed 9 years ago

rofr commented 9 years ago

Can't reload from an existing FileCommandStore

rofr commented 9 years ago

Wasn't caught by tests because InMemoryCommandStore and FileCommandStore had different behavior regarding how journal entry ids are verified during load. I extracted the correct behavior to the CommandStore base class. This bug is fixed with release 0.16