[ 
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

        

Reply via email to