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

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Trivial - P5
    • None
    • Affects Version/s: 1.0.0
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

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

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

              Created:
              Updated:
              Resolved: