BlueshiftSoftware / EntityFrameworkCore

NoSQL providers for EntityFramework Core
Other
281 stars 57 forks source link

Track owned document modifications (#33) #37

Closed crhairr closed 5 years ago

crhairr commented 5 years ago

Motivation

The current implementation of the MongoDb EF-Core provider does not properly track subdocument modifications.

Modifications

Complete overhaul of the metadata system. Added entity tracking info support for query buffering Fully implemented support for Owned documents (reference and collection), as well as working around issues with navigations and joins from subdocuments.