0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added gitignore for git mirror More... over 16 years ago
Applied patch from Erik van Brakel for supporting nullable enums. More... over 16 years ago
Added svn authors file for git mirror More... over 16 years ago
Added svn authors file for git mirror More... over 16 years ago
Added comment to Conventions More... over 16 years ago
Applied patch from Steve Harman for using SessionSource with the FluentConfiguration More... over 16 years ago
Removed resharper user files More... over 16 years ago
Updated the rakefile to include the extra attributes for signing More... over 16 years ago
Updated the assembly info. More... over 16 years ago
Signed the assemblies. More... over 16 years ago
Removed StructureMap binaries, as they weren't actually in use anywhere. More... over 16 years ago
Removed dependency on fit and any code that used it (wasn't used AFAIK), and also removed the Generation stuff from Framework as that was unused and untested. More... over 16 years ago
Added automapping override support, through IMappingOverride<T>. Replaces classes derived from AutoMap<T>. More... over 16 years ago
Added alteration capabilities to AutoPersistenceModel. Can now supply instances of IAutoMappingAlteration that alter the model before mappings are created. More... over 16 years ago
Added fix for mixed mappings failing when aimed at same locatiion More... over 16 years ago
Added fix to the AutoPersistenceModel to allow for mixed mappings in the same instance More... over 16 years ago
Fixed Where expression parser, was failing if you used a local/method/enum More... over 16 years ago
Applied patch from Nikola Malovic to use appropriate interfaces for O2O and M2O conventions. More... over 16 years ago
Applied patch from jernej.logar for adding unique-key constraint name support. More... over 16 years ago
Applied patch from Steven Harman for some comments for the Entity class More... over 16 years ago
Fix for a compile error in the QuickStart. More... over 16 years ago
Replaced CollectionAttributes with AttributeStore<ICollectionMapping> More... over 16 years ago
Naming convention will now set the class name for OneToMany mappings. More... over 16 years ago
Refactored employees tests. More... over 16 years ago
Implemented integration tests for table-per-hierarchy and table-per-class inheritance. More... over 16 years ago
The fluent interface now has support for inheritance. More... over 16 years ago
Added discriminator property to class mapping. More... over 16 years ago
Made discriminator compatible with both versions of NH. More... over 16 years ago
Completed HbmDiscriminatorWriter implementation More... over 16 years ago
Added Discriminator mapping. Attributes test is currently failing. More... over 16 years ago