storesafe/cordova-sqlite-storage

new transaction is waiting for open operation - before open

pilothats opened this issue · 7 comments

OPEN database: test.db
SQLitePlugin.js:106 new transaction is waiting for open operation
SQLitePlugin.js:106 new transaction is waiting for open operation
SQLitePlugin.js:106 new transaction is waiting for open operation
SQLitePlugin.js:179 OPEN database: test.db - OK
SQLitePlugin.js:80 DB opened: test.db

What was the issue / fix? Having similar behavior. 😿

The message just means that the transaction is queued until the database is actually open. I will clarify the message when I get a chance.

@brodybits it seems when came out this message, the success and fail callback would not fire

Any updates on this?

Facing similar issue. Neither success nor fail callback fires. It is stuck at "new transaction is waiting for open operation".
I have created a bare minimum version to test it from scratch https://github.com/ergurjeet/ionic-sqlite. It's worth mentioning that it's working fine in Android.

@brodybits it seems when came out this message, the success and fail callback would not fire

Please post a reproduction program if you see this kind of an issue.

I have exact same issue.
It's blocking for us. Everything is stuck. No callback nor error whatsoever.
Globally it append after migrating from ionic 3 ionic 4. But it's not the point.