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
As mentioned in the JS answer, the issue is related to the fact you're using a 32-bit float to represent ~31-bit integer value. This is not possible and you need to use a larger data structure.
How frequently does the bug occur?
Always
Description
The following issue was raised for realm javascript (realm/realm-js#6293) but it was also happening for realm-kotlin as we faced the same issue.
Float value changes after writing to realm even for integer part of the complete number
Stacktrace & log output
No response
Can you reproduce the bug?
Reproduction Steps
No response
Version
1.12.0
What Atlas App Services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
Android
Build environment
Android Studio version: ...
Android Build Tools version: ...
Gradle version: ...
The text was updated successfully, but these errors were encountered: