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 cf816c3bae Added uuidhelpers.js file with Javascript helper functions to work with the various encoding of UUIDs in the mongo shell. These will eventually be obsoleted when SERVER-3153 is implemented. 14 years ago
..
Builders Added a bunch of missing doc comments. For some reason the C# compiler was not warning about any of these, but the Sandcastle Help File Builder was. 14 years ago
Core Fixed CSHARP-353. DropDatabase now clears related entries in the IndexCache. 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 Implemented CSHARP-338 and CSHARP-339. Added operator == implementations to subclasses of BsonValue to eliminate multiple levels of indirection. Equals only returns true if both arguments are the same type. Equals no longer coerces between numeric BsonValue classes, but operator == does. Classes that override Equals all now implement IEquatable<T> also. Added tons of new unit tests (almost all related to Equals and operator ==). 14 years ago
Internal Fixed CSHARP-345. Make sure StateChanged event is raised when any of the state properties changes value (State, IsPrimary, IsSecondary, IsPassive and IsArbiter), not just when State changes value. 14 years ago
Linq Initial framework of LINQ implementation. Please note that this doesn't really do anything yet because the MongoLinqTranslator class is stubbed out. 14 years ago
Properties Updated copyright notices. 15 years ago
Driver.csproj Initial framework of LINQ implementation. Please note that this doesn't really do anything yet because the MongoLinqTranslator class is stubbed out. 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