Export - CSV (All fields)
Export - CSV (Current fields)
CSHARP-127
Find by Id - such a common task, should there be a method for it on MongoCollection<T>?CSHARP-119
Connection string does not support , as a delimiter as specified in docCSHARP-126
New GetCollection<T>() signature that uses a default collection name based on the Type of collection (NORM migration suggestion)CSHARP-123
MongoMapReduceResult throws an exception when I try to access the Duration valueCSHARP-124
DateTime values before 1970 used in a $gt comparison produce no resultsCSHARP-181
Have the Driver setup project add the strongly typed assemblies to the GACCSHARP-137
Make query builder more naturalCSHARP-125
Enum deserialization appears to rely on the underlying type of the CURRENT C# Enum to deserialize Enums - backward compatibility issue?CSHARP-101
Save calls Insert instead of Update with string _idCSHARP-93
Stack overflow when calling DropAllIndexesCSHARP-116
If Flush is called just before Close on a BsonBinaryWriter then Close throws an ArgumentOutOfRangeExceptionCSHARP-117
QueryFlags enum has wrong valuesCSHARP-118
DropCollection fails with "not master" when SlaveOK is specified in connection stringCSHARP-102
BsonClassMap should ignore non-parameterless propertiesCSHARP-112
Make C# driver deserialize Doubles and LongNumber(Int64) in MongoDocuments to Int32sCSHARP-111
Enhance AddToSet and AddToSetEach to work with custom C# classesCSHARP-92
BsonCollection.InsertBatch(new[] { new BsonDocument{ {_id:-1} } }) fails
{"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