Skip to content

java.lang.ClassCastException: scala.math.BigDecimal cannot be cast to java.math.BigDecimal #54

@ghost

Description

Hi, I get cast error when I tried this code:
BigDecimal test = row.get(0);
(mysql field type is "decimal")

error:
java.lang.ClassCastException: scala.math.BigDecimal cannot be cast to java.math.BigDecimal

I am using:
io.vertxlang-scala_2.111.1.0-M1
io.vertxmod-mysql-postgresql_2.110.3.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions