Good evening,
I’m working on an app that’s heavily dependent on sqlite3. Since I upgraded to build 2189, the Corona simulator on Windows is displaying strange behavior. When I first launch the app, and a new database is copied to the system.documentsdirectory, sql (specifically an UPDATE) works fine. However when I relaunch the simulator, sqlite UPDATE no longer does anything. However, Select still functions.
It’s almost as if the database has become read-only. I’ve already added the “wb” and “rb” arguments, so that can’t be it. Also, I can manually open the sqlite database in a manager and update that way.
When I run it on my mac, it also works fine.
Has anyone else encountered this?