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

[BUG]: int64 long type data is not supported. When the data exceeds int64, there will be a loss of accuracy #462

Open
aninstein opened this issue Feb 24, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@aninstein
Copy link

Issue description

JS does not support long data type int64, but most server-side languages such as Java and Go support int64 data type, which can cause overflow in JS

Media & Screenshots

Image

Operating system

  • OS: [e.g. iOS]:
    macos
  • Browser [e.g. chrome, safari]:
    edge
  • Any other details...

Priority this issue should have

Low (slightly annoying)

@aninstein aninstein added the bug Something isn't working label Feb 24, 2025
@aninstein aninstein changed the title [BUG]: 19 bit long type data is not supported. When the data exceeds 19 bits, there will be a loss of accuracy [BUG]: int64 long type data is not supported. When the data exceeds int64, there will be a loss of accuracy Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants