[CXX-591] list_collections() and list_databases() Created: 01/May/15 Updated: 15/May/15 Resolved: 11/May/15 |
|
| Status: | Closed |
| Project: | C++ Driver |
| Component/s: | API |
| Affects Version/s: | None |
| Fix Version/s: | 0.2.0 |
| Type: | New Feature | Priority: | Major - P3 |
| Reporter: | Yuval Hager | Assignee: | Adam Midvidy |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
database::list_collections() is documented but not implemented. Here's a patch to support both: https://github.com/mongodb/mongo-cxx-driver/pull/283 |