We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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