Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WRITE_NUMBERS_AS_STRINGS disables WRITE_BIGDECIMAL_AS_PLAIN #184

Closed
drekka opened this issue Feb 19, 2015 · 2 comments
Closed

WRITE_NUMBERS_AS_STRINGS disables WRITE_BIGDECIMAL_AS_PLAIN #184

drekka opened this issue Feb 19, 2015 · 2 comments
Milestone

Comments

@drekka
Copy link

drekka commented Feb 19, 2015

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.

@cowtowncoder cowtowncoder added this to the 2.5.2 milestone Feb 20, 2015
@cowtowncoder
Copy link
Member

Thank you for reporting this -- will be fixed in 2.5.2.

@drekka
Copy link
Author

drekka commented Mar 6, 2015

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants