anormtyped-demo
anormtyped-demo copied to clipboard
Problems with BigDecimal and Boolean
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".
java.sql.Date has the same issue.