Negative decimal values issue

Issue #14 resolved
Sebastian Misiewicz created an issue

Hi

There seems to be an issue when converting negative values (gt > -1 and lt < 0). Here is an example , SQL result

val.png

however when I use JSON400 query I got an error due to missing '0'

val2.png

the correct value is -0.9

val_ok.png

Any idea how to fix it ( Of course I can cast it to a string)

Regards Sebastian Misiewicz

Comments (1)

  1. Log in to comment