anormtyped-demo icon indicating copy to clipboard operation
anormtyped-demo copied to clipboard

Problems with BigDecimal and Boolean

Open moreindirection opened this issue 12 years ago • 1 comments

Boolean columns don't work. Adding

    case "java.lang.Boolean" => "Boolean"

in the scalaize helper function seems to fix this.

Also, when I try to use decimal columns, I get type mismatches between "java.math.BigDecimal" and "scala.math.BigDecimal".

moreindirection avatar Feb 06 '13 01:02 moreindirection

java.sql.Date has the same issue.

moreindirection avatar Feb 06 '13 04:02 moreindirection