Skip to content

pgjdbc can't decode numeric arrays containing special numbers like NaN #3784

@ShenFeng312

Description

@ShenFeng312

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions