purekid / mongodm

MongoDB ORM that includes support for references,embed and multilevel inheritance.
MIT License
200 stars 47 forks source link

Add child embeds changes. #80

Closed jmartin82 closed 9 years ago

jmartin82 commented 9 years ago

If one embed has more embed data or an a collection of embeds the save not process don't push the changes to parent document.

EX: Document->Embed->Embeds->Embed (don't track this changes)

Document->Album->Photo->name

jmartin82 commented 9 years ago

I reviewed travis log a shows impossible connection to mongo DB, the change in code not seems reason of broken test.

jrschumacher commented 9 years ago

@jmartin82 you can goto travis CI and have it rerun the test.

jrschumacher commented 9 years ago

@jmartin82 can you create a test for this?

jmartin82 commented 9 years ago

Yes, of course. I do it asap.