You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now you'll need to use strings and a bigdec/int library module to handle numbers beyond the normal range of the Javascript engine. In the near future I believe we'll enable the big number extension of quickjs, though you will then have to configure your couchdb nodes to run with that engine.
Description
when I store some big number which like 64bit size number,they loss precision
Steps to Reproduce
you just store a document like
json{id:1895131128281567232}
you can get same mistake
Expected Behaviour
support big number
Your Environment
the latest docker image (today is 2022.02.28)
Additional Context
The text was updated successfully, but these errors were encountered: