Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Duplicate
-
Affects Version/s: 2.0-beta
-
Fix Version/s: 2.0
-
Component/s: couchbase-bucket, storage-engine
-
Security Level: Public
-
Labels:None
-
Environment:Windows 7, Couchbase Server 2.0 build 1733
Description
As I understand it, with the introduction of the meta object, underscore fields are no longer special nor protected. To reproduce, create a new doc with the JSON below either with an SDK or the web console.
{
"_foo" : "newDoc",
"click": "to edit",
"new in 2.0": "there are no reserved field names"
}
{
"_foo" : "newDoc",
"click": "to edit",
"new in 2.0": "there are no reserved field names"
}