Uploaded image for project: 'PHP Driver: Library'
  1. PHP Driver: Library
  2. PHPLIB-59

Implement insertMany() CRUD method

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 0.2.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Per the specification:

      Inserts the provided documents. If any documents are missing an identifier, the driver should generate them.

      Note that this uses the bulk insert command underneath and should not use OP_INSERT. This will be slow on < 2.6 servers, so document your driver appropriately.

      This will require creating an InsertManyResult class as well.

            Assignee:
            jmikola@mongodb.com Jeremy Mikola
            Reporter:
            jmikola@mongodb.com Jeremy Mikola
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: