Hi all, i'm trying to prevent unintended changes to some documents.
While toying around with update & validate_doc_update functions, I found that, if i add a property to the `this` context of an update function, the `this` context of the validate_doc_update running after the update contains that property. If I understand the couchdb & query server architecture correct I can not rely on this behavior. Or can I? Thanks & regards, Stefan Klein
