pouchdb icon indicating copy to clipboard operation
pouchdb copied to clipboard

:koala: - PouchDB is a pocket-sized database.

Results 244 pouchdb issues
Sort by recently updated
recently updated
newest added

https://github.com/pouchdb/pouchdb/actions/runs/6509460488/job/17681104673#step:4:283 ``` 1) test.persisted.js Return ok for viewCleanup after modding view, old format: Design document was updated or deleted. Error at W (http://127.0.0.1:8000/packages/node_modules/pouchdb/dist/pouchdb.min.js:7:39916) at http://127.0.0.1:8000/packages/node_modules/pouchdb/dist/pouchdb.min.js:7:124168 ```

https://github.com/pouchdb/pouchdb/actions/runs/5372099418/jobs/9745290104#step:4:1362 ``` 1) test.issue3179.js-local-http #3179 conflicts synced, non-live sync: TypeError: Cannot read properties of undefined (reading '0') at tests/integration/test.issue3179.js:85:54 at runMicrotasks () at processTicksAndRejections (node:internal/process/task_queues:96:5) ``` https://github.com/pouchdb/pouchdb/actions/runs/5328992647/jobs/9654247095#step:5:4629 ``` 1) test.issue3179.js-local-http...

bug

### Issue [sometimes](https://github.com/pouchdb/pouchdb/pull/8775#issuecomment-1755636715) a log message from guardedConsole appears out of context, causing confusion. ### Info - Environment: CI/CD - Platform: github.com - Adapter: irrelevant - Server: irrelevant

### Issue How to parse the "catch" objects? ### Info - Environment: Browser - Platform: All - Adapter: probably indexeddb - Server: CouchDB ### Reproduce Briefly, in my application (https://emissionsystem.org)...

The tests pass under Node 18 and 20 on MacOS 13, but under Node 18 on Debian, there is one failure, so adding Node 18 and 20 to CI will...

Possible fix for https://github.com/pouchdb/pouchdb/issues/8689 Alternative to https://github.com/pouchdb/pouchdb/pull/8710

The naming of the replication test which accessed the "down server" implies it's attempting to connect to a server which is down. That test previously passed for any non-pouchdb server,...

### Issue Request: support for asynchronous filters. ``` filter : async ():Promise { } ``` ### Info N/A ### Reproduce N/A

I added some test cases for the issue. I implemented the solution by storing the prototype of `PouchDB` at the start of the constructor, and then redeclaring the plugin methods...

### Issue If database updates are done to the same IndexedDB database through different browser pages, one will eventually break due to the metadata `seq` not being properly updated. ###...

stale