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
It is recommended to build the iOS platform version with -DSQLITE_THREADSAFE=2 since the database may actually be accessed from multiple threads (though not concurrently). I think this is the default.
I would be happy to answer any questions. I would be happy to recommend this project for SpatiaLite support if we can include the solutions for storesafe#666 and storesafe#716 in this plugin version.
The text was updated successfully, but these errors were encountered:
I discovered and resolved some low-probability data loss risk issues on cordova-sqlite-storage:
A couple other items to watch for:
-DSQLITE_THREADSAFE=2
since the database may actually be accessed from multiple threads (though not concurrently). I think this is the default.Recommended solution: merging the changes from https://github.com/brodybits/cordova-sqlite-legacy-build-support would include the solutions for storesafe#666 and storesafe#716.
I would be happy to answer any questions. I would be happy to recommend this project for SpatiaLite support if we can include the solutions for storesafe#666 and storesafe#716 in this plugin version.
The text was updated successfully, but these errors were encountered: