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
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.
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)
The text was updated successfully, but these errors were encountered: