Mark Hendrickson

Results 2 comments of Mark Hendrickson

Do you know if there is a way to override a `numeric` type that can be `null`? The following works for me but then it doesn't handle the null case....

Apologies, it seems I spoke too soon. I just discovered the `github.com/shopspring/decimal` package has a NullDecimal type that parses perfectly for this purpose. I'll leave my comment in case anyone...