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
..
CollectionStatsResult.cs Implemented CSHARP-295. SetMaxDocuments now takes a long. Added some unit tests. 14 years ago
CommandResult.cs Worked on the wording of more exception messages, this time in the Driver project. 14 years ago
DatabaseStatsResult.cs Added doc comments for CommandResult and its subclasses. 15 years ago
FindAndModifyResult.cs Fixed CSHARP-214. FindAndModify and FindAndRemove no longer throw an exception when there is no matching document. 14 years ago
GeoHaystackSearchResult.cs Implemented CSHARP-334. Added support for GeoHaystackSearch. 14 years ago
GeoNearResult.cs The generic version of GeoNearHits was implementing IEnumerable<T> twice (once due to inheritance), which caused LINQ methods like Skip to not work. The fix is to make the non-generic base class of GeoNearHits implement the non-generic IEnumerable. 14 years ago
GetLastErrorResult.cs Implemented CSHARP-254. Several return values that could potentially overflow Int32 have been changed to Int64. 14 years ago
GetProfilingLevelResult.cs Implemented CSHARP-318. Added GetProfilingLevelResult, ProfilingLevel and SystemProfileInfo types. Added GetProfilingInfo, GetProfilingLevel and SetProfilingLevel to MongoDatabase. 14 years ago
MapReduceResult.cs Implemented CSHARP-254. Several return values that could potentially overflow Int32 have been changed to Int64. 14 years ago
SafeModeResult.cs Added doc comments for CommandResult and its subclasses. 15 years ago
ValidateCollectionResult.cs Added support for Errors and Warnings to ValidateCollectionResult. Tweaked regular expressions used to decode pre 1.9 ResultString. 14 years ago