Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 say there are multiple instances of SQLPlugin.java, at some point one instance got disposed(removed the runner from the dbrmap and closed the database), the other instances could get affected, getting the database-not-open error especially if the dispose behavior comes after than the other instances working on the database. 2 the backgroundExecuteSqlBatch call in the js file did not pass in an error callback when calling the native side, thus the database-closed message got lost entirely.
- Loading branch information