To discount any possibility of concurrency problems I've synchronized the static getInstance on my singleton and every function that calls the DB (be it read or write). Makes no different though... it just wiped it all again.
It must be a filesystem problem (delayed writes?), or something buggy in the underlying sqlite code. I'll gather all the info when I have time.. right now I just need to find a working way of storing data - 65k+ angry users to appease! This sucks :( -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

