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
We faced an issue during the tests, when we initialized IDs with Long.MIN_VALUE but it was out of Javascript Number range, so overflow caused broken IDs. See Prototypes.
We should, at least on API level, expose IDs as strings. Probably for consistency it makes sense to have then as strings in database as well.
The text was updated successfully, but these errors were encountered:
We faced an issue during the tests, when we initialized IDs with
Long.MIN_VALUE
but it was out of JavascriptNumber
range, so overflow caused broken IDs. SeePrototypes
.We should, at least on API level, expose IDs as strings. Probably for consistency it makes sense to have then as strings in database as well.
The text was updated successfully, but these errors were encountered: