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
Fix For: 0.8.6
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