couchdb
couchdb copied to clipboard
Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
## Description We have observed that if we capture a `seq` value from a `_changes` response, and then perform two rounds of shard splitting on a database, requesting `_changes?since=X` with...
[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary [NOTE]: # ( Provide a brief overview of what the new...
[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary When adding 100 documents, CouchDB sends the VDU functions for each...
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description I'm attempting to use CouchDB directly from a browser-based application. I...
## Description Versions - COUCHDB _"couchdb":"Welcome","version":"3.3.1_" - erl _Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [jit:ns]_ - Rocky _8.7_ 2 node cluster configured and looks like starts well, log...
## Summary Support the Content-Digest / Repr-Digest headers when the Digest Fields RFC is formalised (https://datatracker.ietf.org/doc/draft-ietf-httpbis-digest-headers/) ## Desired Behaviour Users of CouchDB can use the new request and response headers...
`{conn_failed,{error,eaddrnotavail}}` will fail on Windows when verifying installation via Fauxton
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description [NOTE]: # ( Describe the problem you're encountering. ) [TIP]: #...
[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary Prepare couchdb to support deterministic builds. ## Desired Behaviour For same...
Fauxton verification process fails at Create View step - and lots of repeated error lines in log...
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Fauxton verification process fails, showing 'x' at Create View step. It does...
Certain configurations of unsatisfiable field ranges could cause HTTP 500 because they are not handled, for example: ```json {"$and": [{"field": {"$eq": N}}, {"field": {"$gt": N}}]} ``` This makes `mango_idx_view:end_key/1` fail...