Uploaded image for project: 'Apache Cassandra'
  1. Apache Cassandra
  2. CASSANDRA-2876 JDBC 1.1 Roadmap of Enhancements
  3. CASSANDRA-3153

Add support for BigDecimal Java data type to JDBC ResultSet

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • None
    • None

    Description

      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)

      Attachments

        Activity

          People

            ardot Rick Shaw
            ardot Rick Shaw
            Rick Shaw
            Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: