chris-l / mock-couch

A node.js module designed to mock a CouchDB server, mostly for unit testing purposes.
http://chris-l.github.io/mock-couch/
67 stars 44 forks source link

Do not preserve preserve any properties of the old document when updating #43

Closed reederz closed 8 years ago

reederz commented 8 years ago

This patch makes PUT/POST completely replace the old document rather than partially update it.

chris-l commented 8 years ago

Thanks! ...I don't even know why the hell I was merging the properties like that! XD

reederz commented 8 years ago

No problem :) It's a great project! I'll let you know, if I find any more bugs.