Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 85C298F1F for ; Wed, 7 Sep 2011 22:55:31 +0000 (UTC) Received: (qmail 67235 invoked by uid 500); 7 Sep 2011 22:55:31 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 67217 invoked by uid 500); 7 Sep 2011 22:55:30 -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 67208 invoked by uid 99); 7 Sep 2011 22:55:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2011 22:55:30 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,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; Wed, 07 Sep 2011 22:55:28 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B57B9876A1 for ; Wed, 7 Sep 2011 22:55:08 +0000 (UTC) Date: Wed, 7 Sep 2011 22:55:08 +0000 (UTC) From: "Rick Shaw (JIRA)" To: commits@cassandra.apache.org Message-ID: <768502179.347.1315436108724.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1589242420.346.1315435988753.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-3153) Add support for BigDecimal Java data type to JDBC ResultSet MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-3153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Shaw updated CASSANDRA-3153: --------------------------------- Attachment: ResultSet-support-for-BigDecimal-v1.txt > Add support for BigDecimal Java data type to JDBC ResultSet > ----------------------------------------------------------- > > Key: CASSANDRA-3153 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3153 > Project: Cassandra > Issue Type: Improvement > Components: Drivers > Affects Versions: 0.8.4 > Reporter: Rick Shaw > Assignee: Rick Shaw > Priority: Trivial > Labels: JDBC, > Fix For: 0.8.6 > > Attachments: ResultSet-support-for-BigDecimal-v1.txt > > > This patch adds support for {{BigDecimal}} to the {{ResultSet}} using the recently added {{DecimalType}} data type. > It supports translation from a column that contained the following Java (CQL) datatypes: > - {{Long - (bigint)}} > - {{Double - (double)}} > - {{BigInteger - (varint)}} > - {{BigDecimal - (decimal)}} > - {{String - (ascii,text,varchar)}} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira