Skip to content

WRITE_NUMBERS_AS_STRINGS disables WRITE_BIGDECIMAL_AS_PLAIN #184

@drekka

Description

@drekka

I need to have WRITE_BIGDECIMAL_AS_PLAIN on to ensure that numbers come out in the correct format. But I also need to have WRITE_NUMBERS_AS_STRINGS so that client software does not use floats.

The bug is that when WRITE_NUMBERS_AS_STRINGS is on, it disables WRITE_BIGDECIMAL_AS_PLAIN rendering results like "1.25E+4" instead of "12500"

We need to have WRITE_NUMBERS_AS_STRINGS respect the WRITE_BIGDECIMAL_AS_PLAIN settings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions