Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 73664 invoked from network); 18 Nov 2010 14:35:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Nov 2010 14:35:06 -0000 Received: (qmail 28461 invoked by uid 500); 18 Nov 2010 14:35:37 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 28311 invoked by uid 500); 18 Nov 2010 14:35:36 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 27945 invoked by uid 99); 18 Nov 2010 14:35:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Nov 2010 14:35:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Nov 2010 14:35:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAIEZEpT022670 for ; Thu, 18 Nov 2010 14:35:14 GMT Message-ID: <12284297.175771290090914496.JavaMail.jira@thor> Date: Thu, 18 Nov 2010 09:35:14 -0500 (EST) From: "Robert Newson (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-956) Return all _seq values as strings not integers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Return all _seq values as strings not integers ---------------------------------------------- Key: COUCHDB-956 URL: https://issues.apache.org/jira/browse/COUCHDB-956 Project: CouchDB Issue Type: Improvement Reporter: Robert Newson Some fields are returned as strings in db_info and other places to protect against numeric overflow; {"db_name":"db","doc_count":0,"doc_del_count":0,"update_seq":0,"purge_seq":0,"compact_running":false,"disk_size":79,"instance_start_time":"1290088043619158","disk_format_version":5,"committed_update_seq":0} here, instance_start_time is protected but, more critically, update_seq is not. If update_seq were to be wrapped due to precision issues, what breaks? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.