Asynchr. SqlLite does not commit on iOS
Hello,
I use the SQLLite implementation to store my app data asynchroneously.
However if I insert let's say 2000 rows into a table and after that close/quit the app and after that restart it only part of the data was actually written onto the file system / actually comitted.
I thought if the app looses focus Air iOS automatically writes the database into the database file? Is there any work-around?
Best,
Henning
