[CDRIVER-273] in example-client.c arguments of mongoc_client_get_collection are not given in proper order Created: 19/Jan/14  Updated: 03/May/17  Resolved: 22/Jan/14

Status: Closed
Project: C Driver
Component/s: None
Affects Version/s: 1.0.0
Fix Version/s: None

Type: Bug Priority: Trivial - P5
Reporter: Jean-Philippe Chancelier Assignee: Unassigned
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


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


 Comments   
Comment by Christian Hergert [ 22/Jan/14 ]

Thanks! Fixed in master.

Generated at Wed Feb 07 21:08:58 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.