[DomainObjects-Subversion] SF.net SVN: domainobjects: [281] trunk/DomainObjects2
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2007-03-08 14:30:12
|
Revision: 281 http://svn.sourceforge.net/domainobjects/?rev=281&view=rev Author: rbeauchamp Date: 2007-03-08 06:30:07 -0800 (Thu, 08 Mar 2007) Log Message: ----------- - Added UpdateByCriteria.Top() to generate an 'UPDATE TOP()' SQL statement from an UpdateByCriteria. - Added DomainObjectsTestFixture.GetUniqueString() to generate unique unit test strings so that tests can be run multiple times against the same unit test database without interfering with each other (e.g., because of unique key constraints...) Modified Paths: -------------- trunk/DomainObjects2/SampleApplications/BankOfDavis/BankOfDavis.suo trunk/DomainObjects2/resource/Repository.xml 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/Select/ObjectModelSelectStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/UpdateCommandBuilder.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/Test/DomainObjectsTestFixture.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/UpdateByCriteriaTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |