GeoTecINIT / nativescript-task-dispatcher

NativeScript-based mobile background task scheduler and dispatcher
Apache License 2.0
18 stars 6 forks source link

Fix conflicts with plugins using nSQL #3

Closed agonper closed 4 years ago

agonper commented 4 years ago

nSQL fails to run queries when the host app or another plugin is using it too.

To avoid this issue, the database to use should be explicitly specified before executing each nSQL query.

Here's the fix along with some guidelines for plugin's users to avoid having problems with this.