pgjdbc can't decode numeric arrays containing special numbers likeNaN
In fact, I know that pgjdbc uses a special double type to represent special numeric values. However, when converting to an array, it forces the use of BigDecimal[]. I’m wondering if we can change this behavior. I would like to use Number[] instead of BigDecimal[]. I’m not sure if this is
pgjdbc can't decode numeric arrays containing special numbers like
NaNIn fact, I know that pgjdbc uses a special double type to represent special numeric values. However, when converting to an array, it forces the use of
BigDecimal[]. I’m wondering if we can change this behavior. I would like to useNumber[]instead ofBigDecimal[]. I’m not sure if this is