Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A671C9F21 for ; Sun, 23 Dec 2012 08:57:23 +0000 (UTC) Received: (qmail 31675 invoked by uid 500); 23 Dec 2012 08:57:22 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 31641 invoked by uid 500); 23 Dec 2012 08:57:21 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 31602 invoked by uid 99); 23 Dec 2012 08:57:20 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Dec 2012 08:57:20 +0000 Received: from localhost (HELO mail-vb0-f42.google.com) (127.0.0.1) (smtp-auth username rnewson, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Dec 2012 08:57:20 +0000 Received: by mail-vb0-f42.google.com with SMTP id fa15so6651638vbb.1 for ; Sun, 23 Dec 2012 00:57:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.29.175 with SMTP id l15mr24323450vdh.2.1356253039291; Sun, 23 Dec 2012 00:57:19 -0800 (PST) Received: by 10.52.68.209 with HTTP; Sun, 23 Dec 2012 00:57:19 -0800 (PST) In-Reply-To: References: <14FC9F1D-8CD8-46B5-BC84-703EEC4128C3@couchbase.com> Date: Sun, 23 Dec 2012 08:57:19 +0000 Message-ID: Subject: Re: Regarding `_bulk_docs` atomicity [Was: Re: How to find the change sequence of a document's revision] From: Robert Newson To: "user@couchdb.apache.org" Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable It's already updated, not sure what the OP is referring to; https://wiki.apache.org/couchdb/HTTP_Bulk_Document_API#Transactional_Semant= ics_with_Bulk_Updates On 23 December 2012 06:56, Jens Alfke wrote: > > On Dec 18, 2012, at 6:14 PM, Robert Newson > wrote: > > The wiki is wrong (rather, reflects ancient all_or_nothing:true behavior)= . > > Could someone please fix those docs on the wiki, then? It=92s where I get= all my compatibility information from for developing TouchDB. (I=92d updat= e the wiki myself, as I have for many other APIs, but I have no idea what t= he specifics of the current all_or_nothing behavior are.) > > =97Jens