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 DFA91E4EC for ; Tue, 18 Dec 2012 21:38:53 +0000 (UTC) Received: (qmail 87602 invoked by uid 500); 18 Dec 2012 21:38:52 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 87441 invoked by uid 500); 18 Dec 2012 21:38:52 -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 87425 invoked by uid 99); 18 Dec 2012 21:38:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2012 21:38:51 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ciprian.craciun@gmail.com designates 74.125.83.52 as permitted sender) Received: from [74.125.83.52] (HELO mail-ee0-f52.google.com) (74.125.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2012 21:38:44 +0000 Received: by mail-ee0-f52.google.com with SMTP id d17so599764eek.25 for ; Tue, 18 Dec 2012 13:38:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=cpCE+Bk4zVmomv1isRjaCpxt2vPWJM/M5bPcrn/xxr8=; b=ED8sPh0IcsEt2+0wt+iS1L4tgWbbSpzZ5MNTlszVLuK1uJL+S/u6/yhFAnubmQZSLq b+LEG0TxPbUBOs1v3V70G/0BfHRixGVbj1YYZWrV6L0Pc28Re+49sPEVSh66aB57rM6w d/mNMldqrtLKf+7U6Zec0QVKZC1t4Rd98sm/j3zIGaAhiSnuAyFNCJ/WXAqiCirWWY4x lGRNyVwVnnd3/U35xCBToIoIyO5gNAi7AdBojrfadjo/s6498OlxNkTHn0CHfte2Iusg UOgWHmrMV8jPmkBEEscPFZAyaX8nhd3/OAKVklC8OurRjrLPoHe+FJ8gMmSA+jkrpkWo 7EbQ== MIME-Version: 1.0 Received: by 10.14.225.4 with SMTP id y4mr8975477eep.6.1355866703514; Tue, 18 Dec 2012 13:38:23 -0800 (PST) Received: by 10.14.129.202 with HTTP; Tue, 18 Dec 2012 13:38:23 -0800 (PST) In-Reply-To: References: Date: Tue, 18 Dec 2012 23:38:23 +0200 Message-ID: Subject: Re: How to find the change sequence of a document's revision From: Ciprian Dorin Craciun To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Dec 18, 2012 at 11:02 PM, Paul Davis wrote: > While it won't appear in the changes feed, they do track the > update_seq they originally had IIRC. I sure don't think we surface > that anywhere. > > Ciprian, is there a specific need for this or is this for something > app specific? I've written a separate email to describe what I want to achieve, with the subject: Simple "transactional" access (i.e. "repeatable reads")