[DomainObjects-Subversion] SF.net SVN: domainobjects: [170] trunk/DomainObjects2
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2006-07-01 22:59:37
|
Revision: 170 Author: rbeauchamp Date: 2006-07-01 15:58:44 -0700 (Sat, 01 Jul 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=170&view=rev Log Message: ----------- - Added Dario's ServerSideSequencer code to the build process. - Updated documentation. - Cleaned up source code tree. Modified Paths: -------------- trunk/DomainObjects2/DomainObjects.sln trunk/DomainObjects2/bin/ndoc/DomainObjects.ndoc trunk/DomainObjects2/build.xml trunk/DomainObjects2/resource/ServerSideSequencer.config trunk/DomainObjects2/src/Common/AssemblyInfo.cs trunk/DomainObjects2/src/Common/DomainObjects.Common.dll.csproj trunk/DomainObjects2/src/Core/AssemblyInfo.cs trunk/DomainObjects2/src/Core/DomainObjects/Conversion/FieldConversionException.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/ServerSideSequencerInsertCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/Average.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/Count.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/ScalarFunction.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/ColumnField.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/IField.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/ScalarField.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelDeleteStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelUpdateStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/QueryFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Test/DomainObjectsTestFixture.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Test/TransactionalTestFixture.cs trunk/DomainObjects2/src/Core/DomainObjects/PersistenceBroker.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/DomainObjectGen/DomainObjects/Tools/DomainObjectGen/EntryPoint.cs trunk/DomainObjects2/src/DomainObjectGen/assemblyinfo.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/Oracle/OracleDataProvider.cs trunk/DomainObjects2/src/Extensions/Properties/AssemblyInfo.cs trunk/DomainObjects2/src/Manager/AssemblyInfo.cs trunk/DomainObjects2/src/RepositoryGen/assemblyinfo.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/EditDescriptorRepositoryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/InheritanceHierarchyToSingleTableMappingTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/OptimisticConcurrencyTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/RepositoryFactoryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionalService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj trunk/DomainObjects2/src/Test/Properties/AssemblyInfo.cs trunk/DomainObjects2/src/TestDataLoader/AssemblyInfo.cs trunk/DomainObjects2/src/TestDataLoader/DomainObjects/Test/TestDataLoader/EntryPoint.cs trunk/DomainObjects2/src/Tutorial/AssemblyInfo.cs Added Paths: ----------- trunk/DomainObjects2/src/Common/DomainObjects/Contract/AssertionFailedException.cs trunk/DomainObjects2/src/Common/DomainObjects/Contract/ValidationUtil.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/JoinType.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/MaximumCountExceededException.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/OptimisticConcurrencyException.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/SqlException.cs trunk/DomainObjects2/testbed/CreateDatabase.sql trunk/DomainObjects2/testbed/CreateDatabaseWithoutIdentity.sql Removed Paths: ------------- trunk/DomainObjects2/resource/repositoryWithoutIdentitySupport.xml trunk/DomainObjects2/resource/testWithoutIdentitySupport.dll.config trunk/DomainObjects2/src/Common/DomainObjects/AssertionFailedException.cs trunk/DomainObjects2/src/Common/DomainObjects/Po/ trunk/DomainObjects2/src/Common/DomainObjects/Query/ trunk/DomainObjects2/src/Common/DomainObjects/Transaction/ trunk/DomainObjects2/src/Common/DomainObjects/ValidationUtil.cs trunk/DomainObjects2/src/Core/DomainObjects/MaximumCountExceededException.cs trunk/DomainObjects2/src/Core/DomainObjects/OptimisticConcurrencyException.cs trunk/DomainObjects2/src/Core/DomainObjects/SqlException.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Po/ProductWithStockDetail.cs trunk/DomainObjects2/src/TestWithoutIdentitySupport/ trunk/DomainObjects2/testbed/CreateAndLoadDatabase.sql trunk/DomainObjects2/testbed/CreateAndLoadDatabaseWithoutIdentity.sql This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |