0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Aug 05, 2024 — Aug 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added failing tests for access convention More... almost 16 years ago
Added ignored test for issue #340, supplied as a patch by aamillsbit http://code.google.com/p/fluent-nhibernate/issues/detail?id=340 More... almost 16 years ago
Applied patch provided by paul lemon for setting the property-ref on a key, and added a test for it. More... almost 16 years ago
Applied patch from Tolomaüs adding support for setting <key> attributes on a one-to-many. Added appropriate tests. More... almost 16 years ago
Added remaining members to ColumnPart. More... almost 16 years ago
Initial work on better support for setting attributes on column mappings. Example: More... almost 16 years ago
Ensured mutable is true by default for class mappings and collection mappings. More... almost 16 years ago
Created prebuilt proxy convention. More... almost 16 years ago
Finished conversion of proxy convention tests to AAA syntax More... almost 16 years ago
Minor fix to test added by Louis DeJardin. More... almost 16 years ago
Modified .gitignore to ignore the TestResult.xml file, and included changes to CommonAssemblyInfo.cs that occured via rake build. More... almost 16 years ago
More changes to exceptions defined in FNH to support serialization. More... almost 16 years ago
Added a shortcut for creating attribute based conventions for collections. More... almost 16 years ago
Moved the functionality implemented by Remco Ros for specifying a custom class from the IRelationshipInspector to the IRelationshipInstance as inspectors are supposed to be readonly. More... almost 16 years ago
Applied patch from andreasohlund: - Ensured all exception classes are marked as serializable. - FluentConfigurationException now serializes the potential reasons correctly. More... almost 16 years ago
Added support for CustomClass() in OneToMany and ManyToMany conventions More... almost 16 years ago
Midway through rewrite of proxy convention tests to AAA model More... almost 16 years ago
Merged in dwarry's implementation of proxy conventions More... almost 16 years ago
Additional work on entity maps. - Added the AsEntityMap to ManyToManyPart for consistency. - Added the obvious overloads for AsEntityMap on both OneToManyPart and ManyToManyPart for setting the column names - Added extra tests for specifying the effect of AsEntityMap on the mapping model - Created seperate test fixtures for the AsTernary and AsEntityMap fluent interface stuff More... almost 16 years ago
New configuration classes for connecting with Informix database. More... almost 16 years ago
Support for specifying sort='natural' on AsMap method using lambda based index selector More... almost 16 years ago
Support for setting custom type of ToManyBase.Element through lambda-based action callback More... almost 16 years ago
Added support for checking enumerables with the persistence specification. More... almost 16 years ago
Added a more descriptive error message for many-to-many mapping problems as suggested by Martin Nilsson. More... almost 16 years ago
Added ignored test for scenarios where the automapper is ignoring a property on a derived class because another class in the inheritance hierarchy also has a property with the same name. More... almost 16 years ago
Applied patch from Pablo Ruiz that adds support for setting the default value on a property mapping. More... almost 16 years ago
Implemented support setting the entity-name attribute (new to NH 2.1) for classes, subclasses and joined subclasses. More... almost 16 years ago
Added some code that should have been included in the element length changes. More... almost 16 years ago
Added some missing tests and implementation details for setting the formula attribute on an element More... almost 16 years ago
Implemented support for setting the length attribute of an Element. More... almost 16 years ago