Uploaded image for project: 'C Driver'
  1. C Driver
  2. CDRIVER-273

in example-client.c arguments of mongoc_client_get_collection are not given in proper order

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Trivial - P5 Trivial - P5
    • None
    • 1.0.0
    • None
    • None

    Description

      • collection = mongoc_client_get_collection (client, collection_name, "test");
        + collection = mongoc_client_get_collection (client, "test", collection_name);

      Attachments

        Activity

          People

            Unassigned Unassigned
            jpc Jean-Philippe Chancelier
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: