NEventStore / NEventStore.Persistence.RavenDB

RavenDB Persistence Engine for NEventStore
MIT License
2 stars 10 forks source link

Added support for IPersistStreams.GetFrom(BucketId, CheckpointToken) #7 and fixed a failing test #8

Closed Iridio closed 9 years ago

Iridio commented 9 years ago

Implemented IPersistStreams.GetFrom(BucketId, CheckpointToken) Fixed failing test: when_retrieving_a_snapshot should_have_the_correct_stream_id

andreabalducci commented 9 years ago

closes #7