March 10, 2007 15:05
Download
Bugs
- Query.AddWhere() - Fixed bug that allowed conflicting "Where" parameters to be added to a query.
- ReadOnlyList.Clone() - No longer adds items to the original collection as opposed to the newly cloned one.
- AbstractList.ToDataTable() - Columns are now correctly added to the newly created datatable.
- AbstractList.Compare() - Removed redundant logic check on boolean datatypes
Enhancements
- Query.cs - Aggregate functions refactored to utilize provider specific syntax.
- Query.cs - Shortened and simplified AddXXXX overloads.
- Utility.IsLogicalDeleteColumn() - New method to determine whether a column, based on name, is a logical delete indicator. Replaced inline name checks across the application with calls to this method.
- AbstractList.Compare() - For lack of a better alternative, Guids are now compared as strings.
Actions:
E-mail |
Permalink |
Comment RSS