slick-pg
slick-pg copied to clipboard
cast List[BigDecimal] cause ElemWitness[scala.math.BigDecimal]] not found
I try to define a column[List[BigDecimal] using the Solution https://github.com/tminglei/slick-pg/issues/244.
But it throw a new error: not found ElemWitness[scala.math.BigDecimal]]
@markstock7 I added a test case for column[List[scala.math.BigDecimal]
, it looks ok.
pls see above commit for details.