Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 80162 invoked from network); 29 Mar 2011 10:52:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Mar 2011 10:52:46 -0000 Received: (qmail 78640 invoked by uid 500); 29 Mar 2011 10:52:46 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 78615 invoked by uid 500); 29 Mar 2011 10:52:46 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 78607 invoked by uid 99); 29 Mar 2011 10:52:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 10:52:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 10:52:44 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 71D6E85B46 for ; Tue, 29 Mar 2011 10:52:06 +0000 (UTC) Date: Tue, 29 Mar 2011 10:52:06 +0000 (UTC) From: "Pavel Yaskevich (JIRA)" To: commits@cassandra.apache.org Message-ID: <1541187637.18626.1301395926463.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <310259995.14297.1300603109864.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-2358) CLI doesn't handle inserting negative integers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2358: --------------------------------------- Attachment: CASSANDRA-2358-trunk.patch branch: trunk (latest commit e6c5a28da940a086d0e786f1ad0288c0b0efa27d) > CLI doesn't handle inserting negative integers > ---------------------------------------------- > > Key: CASSANDRA-2358 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2358 > Project: Cassandra > Issue Type: Bug > Components: Tools > Affects Versions: 0.7.0 > Reporter: Tyler Hobbs > Assignee: Pavel Yaskevich > Priority: Trivial > Fix For: 0.7.5, 0.8 > > Attachments: CASSANDRA-2358-trunk.patch, CASSANDRA-2358.patch > > Original Estimate: 0.5h > Remaining Estimate: 0.5h > > The CLI raises a syntax error when trying to insert negative integers: > {noformat} > [default@Keyspace1] set StandardInteger['key'][-12] = 'val'; > Syntax error at position 28: mismatched character '1' expecting '-' > {noformat} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira