Hi Daniele, > Shouldn't that be up to the user? Why would the database protect me from > that. [...] > I don't see the problem why the user cannot specify something like > "_rev=latest".
Well, if you really want to bypass the conflict check, you can do this with an update handler. http://wiki.apache.org/couchdb/Document_Update_Handlers But it's at your own risk ;) Regards, Aurélien
