GraphEngine icon indicating copy to clipboard operation
GraphEngine copied to clipboard

[Server default Web Bug] long value will loss data accuracy in javascript

Open BenDerPan opened this issue 6 years ago • 1 comments

when we start a data server with http enabled, we can access the default web api at http://localhost, if there is long value data type(such as cellid) in user's Http protocol api, this will cause long value loss accuracy. this may not a problem if user use big int instead of default int in their own js projects.

BenDerPan avatar Feb 25 '19 02:02 BenDerPan

thanks for reporting, @BenDerPan! this is the problem of javascript truncating integer values, and yes we have to find a way to work around it. the automatically-generated default web interface should be updated

yatli avatar Mar 07 '19 03:03 yatli