Code review comment for lp://qastaging/~thisfred/desktopcouch/couchdb-conflicts

Revision history for this message
Eric Casteleijn (thisfred) wrote :

This provides a method 'update_fields' that allows guaranteed conflict free updating of certain fields in a record. This should be used everywhere that we don't care to handle conflicts ourselves. Caveat: Will overwrite values in the specified fields (but not other fields) rather than create conflict documents, which doesn't seem to be possible from couchdb-python.

« Back to merge proposal