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
With the cordova-sqlite-storage (v0.7.9) installed this plugin appears to hang (using pouch v4.0).
The 'then' and 'catch' functions are never called. The debugger shows:
OPEN database: _pouch_database
File: SQLitePLugin.js Line: 174, Column 15
new transaction is waiting for open operation
File: SQLitePLugin.js Line: 105, Column 17
DB opened: _pouch_database
File: SQLitePLugin.js Line: 79, Column 15
OPEN database: https://user:pass@url/database
File: SQLitePLugin.js Line: 174, Column 15
new transaction is waiting for open operation
File: SQLitePLugin.js Line: 105, Column 17
I can give a code example if required.
The text was updated successfully, but these errors were encountered:
thomson02
changed the title
Does not working in conjunction with cordova-sqlite-storage plugin
Does not work in conjunction with cordova-sqlite-storage plugin
Sep 3, 2015
thomson02
changed the title
Does not work in conjunction with cordova-sqlite-storage plugin
Hangs when used in conjunction with cordova-sqlite-storage plugin
Sep 3, 2015
Yeah unfortunately the cordova-sqlite-storage plugin is not as stable as it used to be (does not pass the PouchDB test suite anymore). Which device did you run this on?
With the cordova-sqlite-storage (v0.7.9) installed this plugin appears to hang (using pouch v4.0).
The 'then' and 'catch' functions are never called. The debugger shows:
I can give a code example if required.
The text was updated successfully, but these errors were encountered: