i just noticed that appwrite is rounding the value 608542412536545279 to 608542412536545300 in my int array. It seems to somewhat relate to this github issue https://github.com/appwrite/sdk-for-cli/issues/124.
How can this happen? How can appwrite just change the data in my database?
TL;DR
Appwrite database is rounding int values to the nearest hundred when storing. This is a known issue and may be related to a Github problem. The developers are investigating and working on a fix.