nolanlawson / cordova-plugin-sqlite-2

Native SQLite database API for Cordova/PhoneGap/Ionic, modeled after WebSQL (UNMAINTAINED)
https://nolanlawson.com/2016/04/10/introducing-the-cordova-sqlite-plugin-2/
Apache License 2.0
168 stars 28 forks source link

.query() bug when updating documents #65

Closed gevyaniv closed 6 years ago

gevyaniv commented 6 years ago

First I wanted to thank you for all the great work you are doing with PouchDB.

We have been experiencing the same problem specified here on Android and iOS. When testing it on a browser (without the cordova-plugin-sqlite-2) it works well. Is it possible it is a problem with the plugin?

gevyaniv commented 6 years ago

It looks like the problem was with pouchdb-adapter-cordova-sqlite. Once I upgraded it to 2.0.5 the issue was resolved.