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

New commands for find, getMore, and killCursors

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Critical - P2 Critical - P2
    • None
    • Component/s: None
    • Labels:
      None
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      PYTHON-978 Done 3.2
      PERL-563 Done 1.2.0
      JAVA-1948 Done 3.2.0
      CSHARP-1362 Done 2.2
      CDRIVER-838 Done 1.3.0-beta0
      RUBY-1033 Done 2.2.0
      NODE-537 Done 2.0.43
      CXX-672 Done
      PHPC-429 Done 1.1.0
      CXX-671 Won't Fix
      RUST-23 Won't Fix
      $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 PYTHON-978 Done 3.2 PERL-563 Done 1.2.0 JAVA-1948 Done 3.2.0 CSHARP-1362 Done 2.2 CDRIVER-838 Done 1.3.0-beta0 RUBY-1033 Done 2.2.0 NODE-537 Done 2.0.43 CXX-672 Done PHPC-429 Done 1.1.0 CXX-671 Won't Fix RUST-23 Won't Fix

      drivers will be required to support the find and getMore commands for the 3.2 release, so that ultimately OP_QUERY/OP_GET_MORE can be removed from the server. OP_QUERY and OP_GET_MORE still need to be supported for backwards compatibility.

      Node.js prototype
      https://github.com/christkv/mongodb-core/blob/master/lib/wireprotocol/3_2_support.js
      C# prototype
      https://github.com/rstam/mongo-csharp-driver/tree/csharp1191
      Python implementation is in the mongodb-32-features branch
      https://github.com/mongodb/mongo-python-driver/tree/mongodb-32-features
      SPEC here
      https://github.com/mongodb/specifications/blob/master/source/find_getmore_killcursors_commands.rst

            Assignee:
            christkv Christian Amor Kvalheim
            Reporter:
            barrie Barrie Segal
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: