pjvds / ncqrs

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

Fix mongo db #22

Closed chrisnicola closed 13 years ago

chrisnicola commented 13 years ago

Ok so I think I've found the problems in the current MongoDB event store. From what I can tell this shouldn't be working in master either. You can see the commit changes to see what I mean.

I think the driver being used is out of date for newer versions of the mongo API too which could be causing some of the problems. I've worked around them, but we probably need to write a brand new one. Obviously it makes sense to do this based on the new events branch so I'll try to help as much as I can to get that done so we can merge it into development.