[DomainObjects-Subversion] SF.net SVN: domainobjects: [179] trunk/DomainObjects2/src/Test
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2006-07-12 06:02:33
|
Revision: 179 Author: rbeauchamp Date: 2006-07-11 23:02:21 -0700 (Tue, 11 Jul 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=179&view=rev Log Message: ----------- Added ability to 'update by criteria' to perform batch updates directly against the database. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelInsertStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelUpdateStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelUpdateStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/SetParameter.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/PersistenceFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Query.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/DatabaseSession.cs trunk/DomainObjects2/src/Core/DomainObjects/PersistenceBroker.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BindManager.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectSet.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/ObjectTransaction.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/SetParameter.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Update.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/UpdateCommandTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |