Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
2.0.1, 2.0.4, 2.1.0
-
Tested on 2.0.1 on 64bit Linux and on 2.0.4 on 32bit Windows XP
-
ALL
Description
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(
);
Attachments
Issue Links
- duplicates
-
SERVER-7557 Update doesn't support "$"s in the field (not at the start)
-
- Closed
-