Robert Winslow Dalpe
Robert Winslow Dalpe
Filed issue #81 to associate with this PR as well.
Possible (untested from my end) workaround is to pass in the `https_connection_factory`. That might be the only option considering that the `context` parameter to that constructor doesn't exist in python2...
Looks like this might actually be an Entity Framework bug/misuse? With the same model and context setup as in refactorthis/GraphDiff#131 I can reproduce it in vanilla entity framework using the...
Filed https://entityframework.codeplex.com/workitem/2761 as well.
I can confirm that I have also seen this behavior where - You are saving a parent object with an OwnedCollection that is creating new child objects - The child...