[DomainObjects-Subversion] SF.net SVN: domainobjects:[365] branches/DomainObjects3
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2008-10-04 17:55:22
|
Revision: 365 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=365&view=rev Author: rbeauchamp Date: 2008-10-04 17:55:12 +0000 (Sat, 04 Oct 2008) Log Message: ----------- - Improved reliability reaching every node of an object model. (Some bugs exist where if expressions in an object model are nested in a certain way, they do not get reached.) Modified Paths: -------------- branches/DomainObjects3/DomainObjects.4.1.resharper.user branches/DomainObjects3/src/Core/DomainObjects/Collections/Extensions.cs branches/DomainObjects3/src/Core/DomainObjects/Collections/ImmutableList.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/CommandBuilder.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SelectCommandBuilder.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Having/HavingClause.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/SearchConditionClause.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/WhereClause.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelDeleteStatement.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelInsertStatement.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelSqlStatement.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelUpdateStatement.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/IQuery.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ExistsCriteria.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InSubqueryCriteria.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/DeleteByCriteria.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/Case.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Query.cs branches/DomainObjects3/src/Core/DomainObjects/Model/ObjectModel/ObjectModelVisitor.cs branches/DomainObjects3/src/Core/DomainObjects/Model/ObjectModel/Visitation.cs branches/DomainObjects3/src/Core/DomainObjects.Core.dll.csproj Added Paths: ----------- branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/HavingCriteria.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/WhereCriteria.cs Removed Paths: ------------- branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Having.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Where.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |