entityrepository / ODataServer

Enhances Web API OData functionality, featuring generic OData controllers that can be generated from a domain model, including any Entity Framework DbContext.
15 stars 4 forks source link

odata operations that call OnChangeSetSuccess() hang if not in a changeset #8

Open johncrim opened 9 years ago

johncrim commented 9 years ago

(originally http://entityrepository.codeplex.com/workitem/13)

Eg if a POST or PATCH is called that is not within a $batch request, it hangs on response, though the update is completed. Need to add integration tests for this, too.

johncrim commented 9 years ago

johncrim wrote Jan 8 at 11:21 PM

Fixed, and integration tests added.