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

Snowflake/ulong Rounding #29

Open
bman46 opened this issue Jan 11, 2023 · 0 comments
Open

Snowflake/ulong Rounding #29

bman46 opened this issue Jan 11, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@bman46
Copy link
Member

bman46 commented Jan 11, 2023

Description:
It appears that the ulong snowflakes are being rounded when loaded into JavaScript applications such as the Azure Data Viewer. Ideally, these numbers should be stored as a string and parsed to a ulong by the application.

For example: 423135719675002890 get rounded to 423135719675002900

Scope of Impact:
This only impacts entries manually edited by the Azure Data Viewer (or other javascript apps). The numbers are properly stored in the database itself and properly loaded by the MongoDB driver in C#.

Workaround:
Use DataGrip or another non-JavaScript program that does not round the number when manually editing entries.

Related Issues:
Azure/azure-sdk-for-js#13645 (comment)

@bman46 bman46 added the bug Something isn't working label Jan 11, 2023
@bman46 bman46 self-assigned this Jan 11, 2023
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

1 participant