zbjornson / MongoDBLink

MongoDB driver for Mathematica
http://zbjornson.github.io/MongoDBLink
MIT License
17 stars 5 forks source link

Retrieving Documents with Embed Structure #1

Closed rodrigomurta closed 8 years ago

rodrigomurta commented 8 years ago

Today if I insert a document with embed structures like: InsertDocument[coll, {"a" -> {"b" -> {"c" -> 1}, "d" -> {"e" -> 1}}}] when I try to retrieve it using FindDocuments[coll]I get: {{_id->56940b53f99bf4d2e3f258a0,a->Removed[JavaObject1473478154780673]}} In the command line the data is inserted ok. By the way, amazing package.

zbjornson commented 8 years ago

Working on a fix right now, thanks for reporting this!

rodrigomurta commented 8 years ago

Tks for your fast reply. Will help me a lot.