craiggwilson / fluent-mongo

Provides a fluent interface on top of the 10gen driver including Linq.
172 stars 28 forks source link

Feature request: LongCount #51

Open calexandre opened 12 years ago

calexandre commented 12 years ago

Noticed that LongCount is not supported in FluentMongo. It should be a fairly easy implementation, because MongoDB native count returns a a 64bit integer instead of a 32bit.

This is an issue when implementing WCF DataServices via ReflectionProvider, since the OData protocol issues count operations using a 64bit integer.