Notes on Change Set 19788

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.

0 Comments
Actions: E-mail | Permalink | Comment RSSRSS comment feed

Related posts

Comments are closed