zio / zio-jdbc

A small, idiomatic ZIO interface to JDBC.
Apache License 2.0
82 stars 64 forks source link

Fix `bigDecimalDecoderScala` for Scala 2.12 #185

Closed guizmaii closed 1 year ago

guizmaii commented 1 year ago

In Scala 2.12, the javaBigDecimal2bigDecimal is not checking for null before the call apply while in Scala 2.13+, if does check, see: