Uploaded image for project: 'Drivers'
  1. Drivers
  2. DRIVERS-626

Add the ability to specify a pipeline to an update command

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Component/s: None
    • Labels:
      None
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      SCALA-513 Fixed 2.7.0
      JAVA-3254 Fixed 3.11.0
      GODRIVER-919 Fixed 1.1.0
      NODE-1920 Fixed 3.3.0
      CXX-1756 Fixed 3.5.0
      PYTHON-1798 Fixed 3.9
      RUBY-1786 Fixed 2.10.0.rc0
      CDRIVER-3063 Fixed 1.15.0
      PERL-1082 Fixed 2.2.0
      PHPC-1355 Fixed 1.6.0alpha3, 1.6.0
      MOTOR-325 Won't Fix
      CSHARP-2570 Fixed 2.9.0
      PHPLIB-418 Fixed 1.5.0
      SWIFT-560 Fixed 1.2.0
      PHPLIB-481 Fixed 1.5.1
      RUST-422 Done
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion SCALA-513 Fixed 2.7.0 JAVA-3254 Fixed 3.11.0 GODRIVER-919 Fixed 1.1.0 NODE-1920 Fixed 3.3.0 CXX-1756 Fixed 3.5.0 PYTHON-1798 Fixed 3.9 RUBY-1786 Fixed 2.10.0.rc0 CDRIVER-3063 Fixed 1.15.0 PERL-1082 Fixed 2.2.0 PHPC-1355 Fixed 1.6.0alpha3, 1.6.0 MOTOR-325 Won't Fix CSHARP-2570 Fixed 2.9.0 PHPLIB-418 Fixed 1.5.0 SWIFT-560 Fixed 1.2.0 PHPLIB-481 Fixed 1.5.1 RUST-422 Done

      CRUD specification update

      Extend the update command to take an object or an array:

      {
         update: <collection>,
         updates: [
            { q: <query>, u: <update obj OR update pipeline>, upsert: <boolean>,
              multi: <boolean>, collation: <document>, arrayFilters: <array> },
            { q: <query>, u: <update obj OR update pipeline>, upsert: <boolean>,
              multi: <boolean>, collation: <document>, arrayFilters: <array> },
            ...
         ],
         ordered: <boolean>,
         writeConcern: { <write concern> },
         bypassDocumentValidation: <boolean>
      }
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            charlie.swanson@mongodb.com Charlie Swanson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: