pjvds / ncqrs

Ncqrs Framework - The CQRS Framework for .NET
Other
539 stars 164 forks source link

Development #70

Closed ashic closed 12 years ago

ashic commented 12 years ago
  1. MSSQL event store unit tests were failing. This makes them green.
  2. It was possible to have two events with the same version number actually stored in the ES while updating the version of the aggregate. This meant the AR could no longer be retrieved. Changed so that the version is updated before the events are saved. This makes the associated test pass and fixes the issue.
  3. The update event source method was not using the "original version" parameter even though it's available. This was failing a number of unit tests.
ashic commented 12 years ago

PS: Build and Release now pass.