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
SqliteDatabase statements prepared with bindInteger won't work with numbers over 32bit.
I have to use bindFloat, but float can't represent all 64 bit integers
The text was updated successfully, but these errors were encountered:
SqliteDatabase statements prepared with bindInteger won't work with numbers over 32bit.
I have to use bindFloat, but float can't represent all 64 bit integers
The text was updated successfully, but these errors were encountered: