This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pouchdb.git


The following commit(s) were added to refs/heads/master by this push:
     new d475bad1b feat: support Couchbase Sync Gateway _cv field, closes #9159
d475bad1b is described below

commit d475bad1bc0e0d8d71f98a095bd0531fd6896348
Author: Jan Lehnardt <[email protected]>
AuthorDate: Mon Dec 8 09:25:54 2025 +0100

    feat: support Couchbase Sync Gateway _cv field, closes #9159
---
 packages/node_modules/pouchdb-adapter-utils/src/parseDoc.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/packages/node_modules/pouchdb-adapter-utils/src/parseDoc.js 
b/packages/node_modules/pouchdb-adapter-utils/src/parseDoc.js
index cde03d131..66ef58d58 100644
--- a/packages/node_modules/pouchdb-adapter-utils/src/parseDoc.js
+++ b/packages/node_modules/pouchdb-adapter-utils/src/parseDoc.js
@@ -32,7 +32,8 @@ var reservedWords = toObject([
   '_replication_state_reason',
   '_replication_stats',
   // Specific to Couchbase Sync Gateway
-  '_removed'
+  '_removed',
+  '_cv'
 ]);
 
 // List of reserved words that should end up in the document

Reply via email to