GraphEngine
GraphEngine copied to clipboard
[Server default Web Bug] long value will loss data accuracy in javascript
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.
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