Results 5 comments of 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...

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