Simon Paredes
Simon Paredes
@paulinon do you know when will this be fixed?
I just installed 8.6 and same problem as before.
A simple approach is: ``` type Numeric struct { pgtype.Numeric } func NewNumeric(i *big.Int) *Numeric { n := new(Numeric) n.Int = i n.Status = pgtype.Present return n } func (n...
@LucasRoesler pinging you, just make sure you saw this. Thanks!!
I'm working on PR for this.