Uploaded image for project: 'MongoDB Shell'
  1. MongoDB Shell
  2. MONGOSH-817

JS delete operator does not work

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Critical - P2 Critical - P2
    • 0.15.0
    • Affects Version/s: None
    • Component/s: AsyncWriter
    • Labels:
    • Not Needed
    • Iteration Düsseldorf

      > foo = {bar: 1}
      { bar: 1 }
      > delete foo.bar
      true
      > foo
      { bar: 1 }
      

            Assignee:
            anna.henningsen@mongodb.com Anna Henningsen
            Reporter:
            anna.henningsen@mongodb.com Anna Henningsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: