1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 19, 2024 — Dec 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix bug in last commit. More... over 15 years ago
Use better way of detecting the Nullable underlying type. More... over 15 years ago
Allow to deserialize propertys with nullable values. More... over 15 years ago
fixed javascript translator to for map reduce. More... over 15 years ago
Add FindOne(string javascriptWhere) More... over 15 years ago
Move MapReduce to use generics. Currently some linq tests are failing. More... over 15 years ago
Add method GetDatabases to Mongo. More... over 15 years ago
ReEnable exception. More... over 15 years ago
Move MapReduceCommand to new Commands folder. More... over 15 years ago
Remove bad files from git. More... over 15 years ago
Refactore MapReduce. MapReduce is renamed to MapReduceCommand which is now not more then a data holder. MapReduceBuilder is renamed to MapReduce and gets the functions of the old MapReduce. More... over 15 years ago
added MongoDB.DataContext More... over 15 years ago
added immutable IMongoConfiguration since when it gets built, it should never change. More... over 15 years ago
Allow to read and write mapped protected object property. More... over 15 years ago
Some fixes for Deploy.proj. More... over 15 years ago
Fix compiler warnings. More... over 15 years ago
Add MSBuild deployment script. More... over 15 years ago
Minor. More... over 15 years ago
Add the possibility to create mapped classes from a protected constructor but not from a private one. More... over 15 years ago
Fix Explain and Hint. More... over 15 years ago
Fix Cursor dose redirect all Methods to its inner Cursor. More... over 15 years ago
Merge remote branch 'craig/typedcollections' into typedcollections More... over 15 years ago
Add collection.Remove and mare collection.Delete as obsolete because that match more the javascript client. More... over 15 years ago
Refactored ISerializationFactory to use GetBsonWriterSettings instead of GetBsonDescriptor directly. More... over 15 years ago
Merge remote branch 'lanwin/typedcollections' into typedcollections More... over 15 years ago
Add GetBsonReaderSettings to SerializationFactory. This allows to pass Read configuration options down to the protocol. More... over 15 years ago
Enable ReadLocalTime by default since its the behavior the most .Net developers would expect. More... over 15 years ago
Minor. More... over 15 years ago
Its now possible to load propertys of type enum. More... over 15 years ago
Add ReadAsLocalTimeProperty to Connection. More... over 15 years ago