-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Part of the umbrella ticket SERVER-123563 dealing only with malformed paths
| Pattern | $set | $match | reference |
|---|---|---|---|
| Malformed paths | |||
| empty ('' / $) | throws | "" | throws |
| leading dot (.a / $.a) | throws | ".a" | throws |
| trailing dot (a. / $a.) | throws | "a." | throws |
| bare dot (. / $.) | throws | "." | throws |
| double dot (a..b / $a..b) | throws | "a..b" | throws |
- split from
-
SERVER-123563 Handle unusual field paths and array element semantics in the dependency graph
-
- In Progress
-