[
https://issues.apache.org/jira/browse/CASSANDRA-3153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13099708#comment-13099708
]
Hudson commented on CASSANDRA-3153:
-----------------------------------
Integrated in Cassandra #1086 (See
[https://builds.apache.org/job/Cassandra/1086/])
add jdbc BigDecimal support
patch by Rick Shaw; reviewed by jbellis for CASSANDRA-3153
jbellis :
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1166497
Files :
* /cassandra/trunk/drivers/java/CHANGES.txt
*
/cassandra/trunk/drivers/java/src/org/apache/cassandra/cql/jdbc/CResultSet.java
* /cassandra/trunk/src/java/org/apache/cassandra/cql/jdbc/TypesMap.java
> 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: Sub-task
> Components: Drivers
> Affects Versions: 0.8.4
> Reporter: Rick Shaw
> Assignee: Rick Shaw
> Priority: Trivial
> Labels: JDBC,
> 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