NEventStore / NEventStore.Persistence.RavenDB

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

GetCheckpoint shouldn't return null for default Token #9

Closed kblooie closed 9 years ago

kblooie commented 9 years ago

GetCheckpoint should always return a token so that relying code doesn't have to check for null before using checkpoint.Value. Makes comparison easier as well.