-
Type: Question
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: JavaScript
-
None
See QA-19
There may not be much we can do about this - just wanted to bring it up:
- If I perform an operation on an array within a read only document, it fails silently rather than printing an error:
obj.arr[0] = 1; - Same for other data types:
obj.date.setSeconds( 1 );
- is related to
-
SERVER-3107 For JS, add a findRO() that returns a read-only object, which can be much faster for certain cases
- Closed
- related to
-
SERVER-9448 Read-only receivers in MapReduce code cause modifications to be silently ignored
- Closed