[DomainObjects-Subversion] SF.net SVN: domainobjects: [126] trunk/DomainObjects2/src/Test
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2006-05-24 15:36:28
|
Revision: 126 Author: rbeauchamp Date: 2006-05-24 08:35:47 -0700 (Wed, 24 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=126&view=rev Log Message: ----------- - Fixed performance issue with removing duplicates from retrieved ObjectSetBuilder rows. - Added support for database event raising and handling. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Cache/CacheFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandExecutionUtil.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectSetBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/IDeletable.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/AbstractProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/TransactableObjectProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BindManager.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectSet.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Facade/DomainObjects.Facade/SingleThreadedUnitOfWork.cs trunk/DomainObjects2/src/Facade/DomainObjects.Facade/Test/DomainObjectsTestFixture.cs trunk/DomainObjects2/src/Facade/DomainObjects.Facade/Test/TransactionalTestFixture.cs trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/Transaction/Service.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/CacheTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectBuilderTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj trunk/DomainObjects2/src/TestDataLoader/DomainObjects/Test/TestDataLoader/Loader.cs Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/Diagnostics/ trunk/DomainObjects2/src/Core/DomainObjects/Diagnostics/DatabaseAccessEvent.cs trunk/DomainObjects2/src/Core/DomainObjects/Diagnostics/DatabaseAccessMonitor.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/CompositePrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/GuidPrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/IntPrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/PrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/StringPrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/DatabaseSession.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/DiagnosticsTests.cs Removed Paths: ------------- trunk/DomainObjects2/src/Core/DomainObjects/Transaction/CallContext.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |