[DomainObjects-Subversion] SF.net SVN: domainobjects: [262] trunk/DomainObjects2/src
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2006-12-20 06:14:16
|
Revision: 262 http://svn.sourceforge.net/domainobjects/?rev=262&view=rev Author: rbeauchamp Date: 2006-12-19 22:14:15 -0800 (Tue, 19 Dec 2006) Log Message: ----------- - Added ability to 'LeftOuterJoin' a sub class in a reference path. This means that the row will be included in the joined rows whether or not the row is an instance of the sub class. See the unit test QueryTests.LeftOuterJoinSubClass() for an explanation. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/SearchConditionClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/SubClass.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/SubClassRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Criteria.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/NewId.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/InsertByQuery.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Query.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/UpdateByCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IReconstructionAware.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/ITransactionSetAware.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/Generator/DomainObjectGenerator.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |