We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First, thanks for your great adapter and SQLite library for React Native, it save a lots day of us when implement CouchDb in mobile.
But, from PouchDb 6.4 when use allDocs API with keys option always return all documents in Database.
keys
I think it relation with some change in allDocs API of PouchDB: https://github.com/pouchdb/pouchdb/releases/tag/6.4.0
And react-native-sql2 had incompatable with new change.
Because react-native-sql2 not have direct relation with React Native, so i post this issue here.
react-native-sql2
Similiar Issue here: pouchdb/pouchdb#7007
Hope to receive your respond soon
The text was updated successfully, but these errors were encountered:
As this adapter is ported from pouchdb-adapter-cordova-sqlite, let's track how they will solve the problem on pouchdb-community/pouchdb-adapter-cordova-sqlite#83
pouchdb-adapter-cordova-sqlite
At the moment, I recommend you to use PouchDB@5 which is totally stable in my RN app on production.
Sorry, something went wrong.
i see, seem like @6.3.4 also work fine. I will try it more and feedback late. Thanks
No branches or pull requests
First, thanks for your great adapter and SQLite library for React Native, it save a lots day of us when implement CouchDb in mobile.
But, from PouchDb 6.4 when use allDocs API with
keys
option always return all documents in Database.I think it relation with some change in allDocs API of PouchDB: https://github.com/pouchdb/pouchdb/releases/tag/6.4.0
And react-native-sql2 had incompatable with new change.
Because
react-native-sql2
not have direct relation with React Native, so i post this issue here.Similiar Issue here: pouchdb/pouchdb#7007
Hope to receive your respond soon
The text was updated successfully, but these errors were encountered: