Quote:
Originally Posted by hikari
Yha fun stuff.
yha i wish they had a better database all togeather.
|
Actually, I'm pretty impressed with the embedded sqlite3 database. For lightweight stuff like this, it's pretty solid. FYI, I think I have the code fixed to work with both 2.x and 3.0 now, but I have to do pretty extensive testing now, because I have made a lot of code changes under the hood. Also, some of the new stuff I have been working on have to be backed out to get this update submitted. I can't afford to have the app crashing for people when the 3.0 update is released on the 17th.
Quote:
Any how if you need someone to test something i'm around.
I also have 3 phone's myself mine my wifes and a test phone.
|
I may take you up on that, depending on how straightforward my testing goes tonight. Thanks for the offer
Quote:
have you put any consideration into an export/import for the DB.
|
Yes, but it's a little more complex than you might think, due to the limitations imposed around the file system. However, the number one thing I test in all of my code changes is ensuring that no data gets overwritten. I do know that people want to be able to export for other reasons though, so I'll keep working on that.