Details
-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
-
1
Description
Some of the Subdocument / N1QL modes of operation are broken or unnecessary.
Remove N1QL "UPSERT" mode. It's equivalent to the normal sink behavior, and provides no additional value.
Remove subdoc "ARRAY_INSERT" mode. Inserting into a specific array index is a questionable use case.
Remove subdoc "ARRAY_ADD_UNIQUE", "ARRAY_INSERT_ALL", "ARRAY_PREPEND_ALL", and "ARRAY_APPEND_ALL" modes. They are unusable and have never functioned correctly.