Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INCORRECT WORKAROUND for cordova-sqlite-storage BUG 666 in this plugin version #7

Open
brodycj opened this issue Jan 18, 2018 · 0 comments

Comments

@brodycj
Copy link
Member

brodycj commented Jan 18, 2018

INCORRECT WORKAROUND (apply ROLLBACK when opening database in a new web page) for storesafe/cordova-sqlite-storage#666 is included by this plugin version due to possible timing issue.

New workaround solution to storesafe/cordova-sqlite-storage#666 is to attempt to close database before opening. Unfortunately this new workaround solution may be problematic in case the same native database handle is accessed from a combination of main and worker threads.

Probably the best solution would be parallel database access handles as discussed in #3 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant