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.
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.