You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: