-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.0.1, 2.0.4, 2.1.0
-
Environment:Tested on 2.0.1 on 64bit Linux and on 2.0.4 on 32bit Windows XP
-
ALL
db.test.insert(
{"_id": "someid", "attribute": "somevalue"});
db.test.update(
,{$set: {"pos_list":
{"PRP$": "PRP$ - Possessive pronoun"}}});
The second line returns the following error:
not okForStorage
Interestingly, inserting the same attribute-value pair works:
db.test.insert(
);
- duplicates
-
SERVER-7557 Update doesn't support "$"s in the field (not at the start)
- Closed