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

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

Open
BenDerPan opened this issue Feb 25, 2019 · 1 comment

Comments

@BenDerPan
Copy link

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.

@yatli
Copy link
Contributor

yatli commented Mar 7, 2019

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

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

No branches or pull requests

2 participants