MongOData icon indicating copy to clipboard operation
MongOData copied to clipboard

MongoDB OData provider

Results 21 MongOData issues
Sort by recently updated
recently updated
newest added

I downloaded the source and tried to run the sample solution. First I executed CreateSampleData to generate jsons in mongodb. So it worked. But when i run the SampleService, I...

When I connect to one of my Mongo databases, I get this error when trying to call the data service: ![image](https://cloud.githubusercontent.com/assets/5770420/10534130/3933429e-7399-11e5-83c1-49995b602fde.png) Here's the stack trace: at DataServiceProvider.DSPMetadata.AddComplexProperty(ResourceType resourceType, String name,...

The exception is thrown from the method QueryExpressionVisitor.ReplaceGenericMethodType.

Hello again, Test db worked OK, so I tried the main db and got that error. I added a bunch of docs in the test db but could not duplicate...

This is the exception that is thrown from the Mongo.Context System.TypeInitializationException was unhandled by user code HResult=-2146233036 Message=The type initializer for 'Mongo.Context.MongoMetadata' threw an exception. Source=Mongo.Context TypeName=Mongo.Context.MongoMetadata StackTrace: at Mongo.Context.MongoMetadata..ctor(String...

Hello, I want to intercept a query in a way that only data are returned that contains a given GUID so the user can only see his own data. How...

I try to limit the max query count like this: ``` csharp config.SetEntitySetPageSize("*", 100); ``` Which result in an exception: ``` csharp at DataServiceProvider.InterceptingProvider.ExecuteQuery[TElement](Expression expression) at DataServiceProvider.InterceptedQuery`1.GetEnumerator() at DataServiceProvider.DSPLinqQueryProvider.ExecuteQuery[TElement](Expression expression)...

Does MongOData support batch processing currently?

Hi Vagif, Could you add a license file to the build? Thanks, Terence

Hi, First thanks for this package it is very useful. I wanted to let you know about an issue I found and an (untested solution). If you have a Silverlight...