You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: