Skip to content
This repository was archived by the owner on Jul 20, 2020. It is now read-only.

Conversation

@zwang
Copy link

@zwang zwang commented Aug 11, 2015

Int64 can be saved to database, but if the Int64 is bigger than Int32.Max, when read that number back from database, it is an unexpected value.

Int64 can be saved to data base, but if the Int64 is bigger than Int32.Max, when read that number back from database, it is an unexpected value.
@zwang
Copy link
Author

zwang commented Aug 12, 2015

Hi Regis,
Thank you for pointing out. After a second thought, I think my solution is not 100%, especially for 32bit device. So I just made another commit to make sure it works both on 32/64 bits device/simulator.

@RegisStGelais
Copy link

I tested your new commit to both 32 bits and 64 bits simulators. It seems to be working as expected.
Tks.

@zwang
Copy link
Author

zwang commented Aug 12, 2015

Great. Thank you for all the feedback! 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants