sergeyksv / tingodb

Embedded Node.js database upward compatible with MongoDB
www.tingodb.com
1.16k stars 105 forks source link

Fixed handling of native object ids in collection #161

Closed Root-Core closed 6 years ago

Root-Core commented 6 years ago

Also fixed behavior of BSON capable objects. This helps to use mongoose > 3 with sub schema. It serializes the object and gets rid of 'red herring' parameters in the end.

sergeyksv commented 6 years ago

Good catch.