Why do key names like '_uid' can not be supported in 2.0?
Sun, 10/21/2012 - 18:49
Why do key names like '_uid' can not be supported in 2.0? We use it in the value like {'_uid':'abc'} but it will cause exception. But it works in 1.8.
BTW: which prefixs cannot be used in 2.0? Is there a reference?
Basically JSON keys starting with underscores ("_") are reserved by Couchbase, however I am able to use them in 2.0 in Ruby Gem. It could be the client library has changed and is now enforcing it. I can check on it, what client library are you using?
@scalabl3
Technical Evangelist
Couchbase Inc.