3
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Oct 12, 2024 — Oct 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Worked on #908 (Support for circular relationships in criteria) - Aliases are now implemented and working for one-level self-referential relationships. - Still to do: remove if statements checking for aliases, refactor Aliases property out of SelectQueryDB, to use GetAlias() instead. More... about 15 years ago
Changed a test in TestDatabaseConnectionFactory to support .NET 2.0 and .NET 4.0 More... about 15 years ago
Removed ncover from rake file because ncover 1.5.8 doesn't support .net 4 More... about 15 years ago
Changed the rakefile to use MSBuild 4 More... about 15 years ago
Fixed Build Problems that resulted from Upgrading to DotNet 4.0 Needed to remove [assembly: AllowPartiallyTrustedCallers] in the AssemblyInfo.cs More... about 15 years ago
Changed .NET Framework version from 3.5 to 4.0 More... about 15 years ago
modified rake file and created non hudson version More... about 15 years ago
Updated build file More... about 15 years ago
Worked on Feature #956: General : Extract Common Interface for SingleRelationshipDef and IPropDef. Added test to TestSingleRelationshipDef validate properties. More... about 15 years ago
Fixed #970 (Reflection Utils : SetPropertyValue when property throws Exception not rethrowing exception correctly) Added test and fixed bug More... about 15 years ago
Worked on #908 (Support for circular relationships in criteria) - Fixed two tests that were failing due to changes made. More... about 15 years ago
Worked on #908 (Support for circular relationships in criteria) - Converted aliases to use source names instead of source objects as key - Created an Asset class for the acceptance tests. These are currently ignored. More... about 15 years ago
Updated build file More... about 15 years ago
Finished #956 : Feature (General : Extract Common Interface for SingleRelationshipDef and IPropDef) More... about 15 years ago
Extracted Interface ISingleRelationshipDef.cs for use in Testability More... about 15 years ago
Fixed Failing test resulting from ISingleValueDef More... about 15 years ago
Started To Implement ISingleValueDef this a super interface to IPropDef and SingleRelationshipDef There is a lot of common methods for both of these. It is easier to extract common functionality in Testability of these common methods are extracted into a common interface. More... about 15 years ago
Fixed #944 (RelationshipDef.IsManyToOne is not working) Fixed Bug which was introduced into Habanero.Smooth as a result of this change. More... about 15 years ago
Fixed #946 (RelationshipDef.OwningClassName : Add this Property Get) Added this Property More... about 15 years ago
Added Comments to uncommented methods More... about 15 years ago
Fixed #944 (RelationshipDef.IsManyToOne is not working) Changed Logic for IsManyToOne to !IsOneToOne for Single Relationship. More... about 15 years ago
updated build script More... about 15 years ago
Updated Build file More... about 15 years ago
Updated Build file More... about 15 years ago
updated build script More... about 15 years ago
updated build file More... about 15 years ago
Rake file for Habanero More... about 15 years ago
Removed 'using System.Linq;' as it was unused and for some reason causing: TestSelectQueryDB.cs(27,14): error CS0234: The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference ?) More... about 15 years ago
Working on #908. Moved a test More... about 15 years ago
Working on #908. Still to do: main test of a circular relationship, refactoring of tests and code, removal of conditional code (still only doing aliases from the tests, not automatically) Some refactorings. More... about 15 years ago