Export - CSV (All fields)
Export - CSV (Current fields)
CXX-2278
[ChangeStream] Why does iterating change stream block and how to avoid itCXX-2350
Evaluate migration to more recent C++ standardsCXX-831
Compile under Visual Studio 2015CXX-925
How to upsert a replace_one in C++11 driver?CXX-958
Am I supposed to create the instance/connection once and pass it to every function I write?CXX-937
How to stream a std::size_t variable into bsoncxx::builder::stream::documentCXX-963
How can I return a bsoncxx::document::element from a function?CXX-124
The client auth code should make sure there are no invalid entries in the auth BSON documentCXX-361
Merge changes for SERVER-15438CXX-369
Call ismaster when SSL is enabledCXX-576
shared_buffer.h uses placement new without including <new>CXX-95
Client facing headers should not include windows.hCXX-881
Change mongocxx::options setters to return a self referenceCXX-1643
Use mongoc_uri_new_with_error for better exception messagesCXX-1646
Include server replies in all exceptions where possibleCXX-1301
Read preference constants should be mapped to libmongoc constantsCXX-1192
is wire protocol used in "MongoDB C++11 Driver 3.0.1" ?CXX-1162
Use stdx::make_unique instead of bare calls to 'new' when initializing std::unique_ptr variables, where possibleCXX-1284
aggregate on secondary fails plus max_staleness assertion heisenbugCXX-157
Add DBClientWithCommands::ensureIndex() overload that takes an options objectCXX-218
GridFS and GridFile incremental writingCXX-247
bson_validate_test passed, but process exited abnormallyCXX-190
Add support for ensure index cache ttlCXX-140
Remove jsobj.hCXX-52
Remove MONGO_MALLOC and standardize driver on new/deleteCXX-132
Run IWYU (include what you use) over the codebaseCXX-134
Switch from using _DEBUG to using our own debug macroCXX-616
simplify bsoncxx/util/functor.hppCXX-290
Problem with Query & hint (const string &jsonKeyPatt) with compound index in locale with comma as decimal pointCXX-291
5 second connection timeout not workingCXX-114
Allow clients to provide their own implementations of the socket APICXX-718
mongo::client::initialize() considered harmfulCXX-737
#include "mongo/client/dbclient.h" give boost errorCXX-771
Change collection methods to use options.max_time()CXX-639
verifyFailed() in assert_util.cpp has undesired behavior in _DEBUGCXX-489
Understand libc++ inline macros and determine if we need to use themCXX-449
Aggregate cursor with no results against MongoDB 2.2/2.4 responds true to more()CXX-794
Audit all C++ headers and source files for proper includes and include orderingCXX-797
Updating entire document without operators such as set fails at execution with Cannot do an empty bulk writeCXX-1116
result::insert_one/insert_many returns possibly-dangling references for inserted ids, no definition provided for result::insert_many::result()CXX-1100
Having more than one iterator per cursor violates mongoc lifecycle constraintsCXX-785
Clean up exception TODOsCXX-253
Files dependent on make_shared should include make_shared.hppCXX-210
Linking issue with libssh: multiple definition of `md5_init'CXX-106
MsgData's cast from char[4] to int* leads to type alias warnings in C++ clients with strict aliasing warnings as errors.CXX-984
Improve use of bson_init_staticCXX-989
Simplify bsoncxx::document::value::release()CXX-1641
Support Exhaust Cursor in OP_MSGCXX-1282
collection::name() should not guarantee returned string is null-terminatedCXX-1281
collection::find() and collection::distinct() leak a mongoc_cursor_t on some error paths
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0