You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
rstam 90cadbe7f8 Added RawDocument property to the IndexInfo class. 14 years ago
..
Builders Implemented CSHARP-334. Added support for GeoHaystackSearch. 14 years ago
Core Added RawDocument property to the IndexInfo class. 14 years ago
Exceptions Implemented CSHARP-299. Added QueryResult property to MongoQueryException. Couldn't figure out an easy way to unit test this (how do you make a query fail?). 14 years ago
GridFS Fixed CSHARP-330. MongoGridFSSettings now inherits SafeMode settings from MongoDatabase. 14 years ago
Internal Fixed CSHARP-333. Clear needs to set poolSize to 0. 14 years ago
Properties Updated copyright notices. 15 years ago
Driver.csproj Implemented CSHARP-249. GetIndexes now returns GetIndexesResult. Use GetIndexes().RawDocuments if you still want the raw IEnumerable<BsonDocument> result. 14 years ago
MongoDefaults.cs Replaced GuidByteOrder with GuidRepresentation. Binary sub type 3 is now called UuidLegacy, and a new sub type 4 called Uuid is introduced to represent UUIDs stored in a well defined network byte order. Sub type 3 represents legacy UUIDs stored in a driver dependent byte order. The lowest level at which the GuidRepresentation can be configured is the collection. This is a breaking change from some code because the value of BsonBinarySubType Uuid changed from 3 to 4. 14 years ago
MongoUtils.cs Added doc comments to BlockingQueue, MongoDefaults and MongoUtils. Fixed some minor doc comment warnings in other classes. 15 years ago