domainobjects-subversion Mailing List for DomainObjects for .NET (Page 13)
Brought to you by:
rbeauchamp
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
(44) |
May
(21) |
Jun
(41) |
Jul
(23) |
Aug
(14) |
Sep
(9) |
Oct
(4) |
Nov
(20) |
Dec
(25) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(8) |
Feb
(3) |
Mar
(12) |
Apr
(9) |
May
(1) |
Jun
(11) |
Jul
(3) |
Aug
(6) |
Sep
(13) |
Oct
(12) |
Nov
(2) |
Dec
(1) |
2008 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
(3) |
Jun
(1) |
Jul
|
Aug
(6) |
Sep
(4) |
Oct
(24) |
Nov
(4) |
Dec
(8) |
2009 |
Jan
(6) |
Feb
(1) |
Mar
(1) |
Apr
(5) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(16) |
Dec
(11) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(2) |
Jul
|
Aug
|
Sep
(6) |
Oct
(19) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(9) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <rbe...@us...> - 2006-07-12 06:18:25
|
Revision: 180 Author: rbeauchamp Date: 2006-07-11 23:18:15 -0700 (Tue, 11 Jul 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=180&view=rev Log Message: ----------- Renamed the class 'Update' to the more descriptive name of 'UpdateByCriteria'. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelUpdateStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/PersistenceFacade.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/UpdateByCriteria.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/UpdateByCriteriaTests.cs Removed Paths: ------------- 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. |
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. |
From: <dko...@us...> - 2006-07-11 18:38:51
|
Revision: 178 Author: dkondratiuk Date: 2006-07-11 11:38:31 -0700 (Tue, 11 Jul 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=178&view=rev Log Message: ----------- Moving ServerSideSequencerInsertCommandBuilder to DomainObjects.Extensions Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelInsertStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/DataProviderFactory.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServerDataProviderServerSideSequencer.cs trunk/DomainObjects2/src/Extensions/DomainObjects.Extensions.dll.csproj Added Paths: ----------- trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlServer/ trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlServer/ServerSideSequencerInsertCommandBuilder.cs Removed Paths: ------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/ServerSideSequencerInsertCommandBuilder.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-07-11 04:36:00
|
Revision: 177 Author: rbeauchamp Date: 2006-07-10 21:35:31 -0700 (Mon, 10 Jul 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=177&view=rev Log Message: ----------- - Made the type reordering more efficient - Extracted the type reordering code into its own 'strategy' class. - Cleaned up the code. Modified Paths: -------------- trunk/DomainObjects2/fxcop/DomainObjects.FxCop trunk/DomainObjects2/src/Core/DomainObjects/Cache/ObjectCache.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/DatabaseSession.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Diagnostics/DatabaseAccessEvent.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Test/TransactionalTestFixture.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/Service.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/TransactionAttribute.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/Generator/DomainObjectGenerator.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/Generator/RepositoryGenerator.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectSetBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectValueAccessor.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/AbstractProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/LazyLoadingObjectProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Sequence/SequenceManager.cs trunk/DomainObjects2/src/Core/DomainObjects/Sequence/SequenceManagerFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectMap.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectSet.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/PersistenceState.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/PersistenceStateFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateNewDelete.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateNewEdited.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateNewUnedited.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateOldDelete.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateOldEdited.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateOldUnedited.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/DbModel/MySql/MySqlDbModelUpdateStatement.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectTransactionTests.cs trunk/DomainObjects2/src/TestDataLoader/DomainObjects/Test/TestDataLoader/Loader.cs Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/Transaction/PersistenceOperation.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/TypeReorderingStrategy.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-07-06 15:29:18
|
Revision: 176 Author: rbeauchamp Date: 2006-07-06 08:29:10 -0700 (Thu, 06 Jul 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=176&view=rev Log Message: ----------- Added interface so persistable objects can receive a callback after reconstruction by DomainObjects. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/Product.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/TransactionAwareTests.cs Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IReconstructionAware.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-07-06 03:39:14
|
Revision: 175 Author: rbeauchamp Date: 2006-07-05 20:35:23 -0700 (Wed, 05 Jul 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=175&view=rev Log Message: ----------- Moved publicly accessible classes to the Facade namespace. Fixed issues with List<>.AsReadOnly() not being thread safe. Modified Paths: -------------- trunk/DomainObjects2/bin/ndoc/DomainObjects.ndoc trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/resource/Repository.xsd trunk/DomainObjects2/resource/ServerSideSequencer.config trunk/DomainObjects2/resource/app.config trunk/DomainObjects2/src/Core/DomainObjects/Cache/CacheFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Cache/ObjectCache.cs trunk/DomainObjects2/src/Core/DomainObjects/Conversion/FieldConversionFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandExecutionUtil.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/Parameter.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SelectByPkCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSelectStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/DerivedColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Having/HavingClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/IDbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/SearchConditionClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Select/SelectResultsTable.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/ConcreteTypeConstraintHandler.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/WhereClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/ScalarFunction.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/IntersectionTableColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/ITableMappedObject.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IntersectionTable.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/MtoNCollectionRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/RootClass.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelDeleteStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelInsertStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelUpdateStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/DataSetSelectStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/OrderByField.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/QueryFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/SetParameter.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Union.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/BetweenCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/CompareToFieldCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ComparisonCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/EqualToCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/EqualToFieldCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ExistsCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/GreaterThanCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/GreaterThanFieldCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/LessThanCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/LessThanFieldCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/LikeCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/NullCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ValueCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/AbstractDataProvider.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/IDataProvider.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/OptimisticConcurrencyException.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/RowReader.cs trunk/DomainObjects2/src/Core/DomainObjects/Diagnostics/DatabaseAccessMonitor.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Test/DomainObjectsTestFixture.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Test/TransactionalTestFixture.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/DescriptorRepository.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/Generator/DomainObjectGenerator.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectInitializer.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectSetBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectValueAccessor.cs trunk/DomainObjects2/src/Core/DomainObjects/PersistenceBroker.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/AbstractProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/LazyLoadingObjectProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/ListProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/ProxyFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/TransactableObjectProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BindManager.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectMap.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectSet.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/IdentityList.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/IdentityPositionMap.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/ObjectTransaction.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/PersistenceState.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/PersistenceStateFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateNewDelete.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateNewEdited.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateNewUnedited.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateOldDelete.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateOldEdited.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateOldUnedited.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/TransactionContext.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Core/Exceptions.cs trunk/DomainObjects2/src/Documentation/content/xdocs/Welcome/QuickStart.xml trunk/DomainObjects2/src/DomainObjectGen/assemblyinfo.cs trunk/DomainObjects2/src/Extensions/DomainObjects/Conversion/Boolean2IntFieldConversion.cs trunk/DomainObjects2/src/Extensions/DomainObjects/Conversion/DefaultFieldConversion.cs trunk/DomainObjects2/src/Extensions/DomainObjects/Conversion/EnumStringConversion.cs trunk/DomainObjects2/src/Extensions/DomainObjects/Conversion/GuidStringConversion.cs trunk/DomainObjects2/src/Extensions/DomainObjects/Conversion/NullableTypeConversion.cs trunk/DomainObjects2/src/Extensions/DomainObjects/Conversion/Object2ByteArrFieldConversion.cs trunk/DomainObjects2/src/Extensions/DomainObjects/Conversion/StringGuidConversion.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServerDataProviderServerSideSequencer.cs trunk/DomainObjects2/src/Extensions/DomainObjects/Sequence/SequenceEntry.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/Resource/DomainObjectGenTests/GenerateClasses.xml trunk/DomainObjects2/src/Test/DomainObjects.Test/Resource/EditDescriptorRepositoryTests/InsertRelationshipDescriptorIds.xml trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/AdoNetTransactionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/CacheTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/CollectionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/DiagnosticsTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/EditDescriptorRepositoryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ForeignKeyTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/IdentityTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/InheritanceHierarchyToSingleTableMappingTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/MtoNTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/MutatorAttributeTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/NullableTypesTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectBuilderTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectGraphTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectReferenceTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectTransactionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/OptimisticConcurrencyTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/PerformanceTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/PersistenceBrokerTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/PrimaryKeyTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ProxyTests.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/TestFixture/SerializationTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ServerSideSequencerTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/TransactionAttributeTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/TransactionAwareTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/TransactionBoundaryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/outerjointests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Collection/CustomList.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Collection/ICustomList.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/NonTransactionalService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/ReorderValidationService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/ReorderValidator.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionNotSupportedService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionRequiredService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionRequiredService2.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionSetAware.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionSetAwareService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionSupportedService.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/Loader.cs trunk/DomainObjects2/src/TestDataLoader/DomainObjects/Test/TestDataLoader/Reader.cs trunk/DomainObjects2/src/Tutorial/AssemblyInfo.cs trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/Planet.cs trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/PlanetarySatellite.cs trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/Star.cs trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/TransactionFacade.cs trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/TutorialTests.cs Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/ trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Criteria.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/ trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/ColumnField.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Constant.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/IField.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/ScalarField.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/ trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Average.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Case.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Convert.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Count.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/DateDiff.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/DatePart.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/GetDate.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Max.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/PartOfDateTime.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/ReplaceNull.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Sum.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/Command/QueryFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/DatabaseSession.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Diagnostics/ trunk/DomainObjects2/src/Core/DomainObjects/Facade/Diagnostics/DatabaseAccessEvent.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/ trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/AfterInsertEventHandler.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/CompositePrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/DatabaseIdentityChangeEventHandler.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/DeletedEventHandler.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/EditableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/FieldConversion.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/GuidPrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/ICreatable.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IDeletable.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IEditable.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IFieldConversion.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IImmutable.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IPersistable.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IReadOnly.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/ITransactable.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Identity.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/ImmutableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IntPrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/MutatorAttribute.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/PersistableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/PrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/ReadOnlyObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/StringPrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/ trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/BindUtil.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/IService.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/ITransactionAware.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/ITransactionSetAware.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/Service.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/ServiceActivator.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/SingleThreadedUnitOfWork.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/TransactionAttribute.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/TransactionOption.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/ProxyFacade.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/ trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/BaseType.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/Product.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/Role.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/RootObject.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/SimpleObject.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/SimpleObjectClass.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/StockDetail.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/SubType.cs Removed Paths: ------------- trunk/DomainObjects2/src/Core/DomainObjects/Conversion/FieldConversion.cs trunk/DomainObjects2/src/Core/DomainObjects/Conversion/IFieldConversion.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/InsertManyToManyCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/ParameterBindingUtil.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/Average.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/Case.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/Convert.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/Count.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/DateDiff.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/DatePart.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/GetDate.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/Max.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/PartOfDateTime.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/ReplaceNull.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/Sum.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/ColumnField.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/Constant.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/Query.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Criteria.cs trunk/DomainObjects2/src/Core/DomainObjects/Diagnostics/DatabaseAccessEvent.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/BindUtil.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Diagnostics/DatabaseAccessEvent.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Diagnostics/DatabaseAccessMonitor.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/PersistenceFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/ProxyFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/QueryFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/ServiceActivator.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/SingleThreadedUnitOfWork.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/ trunk/DomainObjects2/src/Core/DomainObjects/Transaction/DatabaseSession.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/IService.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/ITransactionAware.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/ITransactionSetAware.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/MutatorAttribute.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/Service.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/TransactionAttribute.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/TransactionOption.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Po/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dko...@us...> - 2006-07-05 16:30:54
|
Revision: 174 Author: dkondratiuk Date: 2006-07-05 09:30:44 -0700 (Wed, 05 Jul 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=174&view=rev Log Message: ----------- Make the ComparitionCriteria public Make the SubCriteriaList property public Sometimes you would want to know if you already applied some filter or not. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ComparisonCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Criteria.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dko...@us...> - 2006-07-05 15:57:27
|
Revision: 173 Author: dkondratiuk Date: 2006-07-05 08:57:19 -0700 (Wed, 05 Jul 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=173&view=rev Log Message: ----------- The ObjectCache and ObjectCacheFactory now are public. Sometimes is usefull that an app that uses DO can clear the Cache (example: you have to execute a long run process in the db that modifies the current data) Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Cache/ObjectCache.cs trunk/DomainObjects2/src/Core/DomainObjects/Cache/ObjectCacheFactory.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-07-04 04:31:45
|
Revision: 172 Author: rbeauchamp Date: 2006-07-03 21:31:30 -0700 (Mon, 03 Jul 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=172&view=rev Log Message: ----------- Simplifying the project structure. Modified Paths: -------------- trunk/DomainObjects2/DomainObjects.sln trunk/DomainObjects2/bin/ndoc/DomainObjects.ndoc trunk/DomainObjects2/src/Core/DomainObjects/Configuration/AbstractConfiguration.cs trunk/DomainObjects2/src/Core/DomainObjects/Configuration/DomainObjectsConfiguration.cs trunk/DomainObjects2/src/Core/DomainObjects/Configuration/IConfigurable.cs trunk/DomainObjects2/src/Core/DomainObjects/Configuration/IConfiguration.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/DomainObjectGen/DomainObjectGen.exe.csproj trunk/DomainObjects2/src/Extensions/DomainObjects.Extensions.dll.csproj trunk/DomainObjects2/src/Manager/Manager.exe.csproj trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/DomainObjectGeneratorTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj trunk/DomainObjects2/src/TestDataLoader/TestDataLoader.exe.csproj trunk/DomainObjects2/src/Tutorial/HelloWorld.exe.csproj Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/Configuration/ trunk/DomainObjects2/src/Core/DomainObjects/Contract/ trunk/DomainObjects2/src/Core/DomainObjects/DomainObjectsException.cs trunk/DomainObjects2/src/Core/DomainObjects/StringList.cs trunk/DomainObjects2/src/Core/Exceptions.cs Removed Paths: ------------- trunk/DomainObjects2/src/Common/DomainObjects/Configuration/ trunk/DomainObjects2/src/Common/DomainObjects/Contract/ trunk/DomainObjects2/src/Common/DomainObjects/DomainObjectsException.cs trunk/DomainObjects2/src/Common/DomainObjects/StringList.cs trunk/DomainObjects2/src/Common/Exceptions.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-07-01 23:44:10
|
Revision: 171 Author: rbeauchamp Date: 2006-07-01 16:44:06 -0700 (Sat, 01 Jul 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=171&view=rev Log Message: ----------- Updated docs with link to support this project. Modified Paths: -------------- trunk/DomainObjects2/src/Documentation/content/xdocs/Welcome/Features.xml trunk/DomainObjects2/src/Documentation/skinconf.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <dko...@us...> - 2006-06-28 23:38:46
|
Revision: 169 Author: dkondratiuk Date: 2006-06-28 16:38:26 -0700 (Wed, 28 Jun 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=169&view=rev Log Message: ----------- Implementation of ServerSideSequencer Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Extensions/DomainObjects.Extensions.dll.csproj trunk/DomainObjects2/testbed/CreateAndLoadDatabaseWithoutIdentity.sql trunk/DomainObjects2/testbed/ServerSideSequencerScript.sql Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/ServerSideSequencerInsertCommandBuilder.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServerDataProviderServerSideSequencer.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dko...@us...> - 2006-06-28 20:54:19
|
Revision: 168 Author: dkondratiuk Date: 2006-06-28 13:54:10 -0700 (Wed, 28 Jun 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=168&view=rev Log Message: ----------- added some quotes to the prebuilds events Modified Paths: -------------- trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj trunk/DomainObjects2/src/Tutorial/HelloWorld.exe.csproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-06-28 08:22:45
|
Revision: 167 Author: rbeauchamp Date: 2006-06-28 01:22:32 -0700 (Wed, 28 Jun 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=167&view=rev Log Message: ----------- Added extra reordering step to ensure that objects are always inserted/updated/deleted from the database in the same order. This is a fix for deadlocks that can occur in a highly concurrent application. Added an ITransactionAware interface so that clients can receive callbacks at the object transaction set level. Modified Paths: -------------- trunk/DomainObjects2/build.xml trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectSet.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/ITransactionAware.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/ObjectTransaction.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/TransactionAttribute.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectTransactionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/TransactionAwareTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/Transaction/ITransactionSetAware.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/ReorderValidationService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/ReorderValidator.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionSetAware.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionSetAwareService.cs Removed Paths: ------------- trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionAware.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionAwareService.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-06-25 13:22:29
|
Revision: 166 Author: rbeauchamp Date: 2006-06-25 06:22:25 -0700 (Sun, 25 Jun 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=166&view=rev Log Message: ----------- Updated name of release package Modified Paths: -------------- trunk/DomainObjects2/build.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
Revision: 165 Author: rbeauchamp Date: 2006-06-25 06:12:28 -0700 (Sun, 25 Jun 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=165&view=rev Log Message: ----------- Code and project cleanup and documentation. Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/IConvertibleField.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-06-25 13:11:37
|
Revision: 164 Author: rbeauchamp Date: 2006-06-25 06:10:43 -0700 (Sun, 25 Jun 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=164&view=rev Log Message: ----------- Code and project cleanup and documentation. Modified Paths: -------------- trunk/DomainObjects2/bin/ndoc/DomainObjects.ndoc trunk/DomainObjects2/build.xml trunk/DomainObjects2/src/Common/DomainObjects.Common.dll.csproj trunk/DomainObjects2/src/Core/DomainObjects/Cache/ObjectCache.cs trunk/DomainObjects2/src/Core/DomainObjects/Cache/ObjectCacheFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/Conversion/FieldConversionFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/Conversion/IFieldConversion.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CriteriaToParameterListMap.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/Parameter.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SelectByPkCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SelectCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelDeleteStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelInsertStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSelectStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelUpdateStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/Column.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/DbSchemaColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/DerivedColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Join.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Having/HavingClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/IDbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/IParameterizable.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/ISearchConditionContainer.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/SearchConditionClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Select/SelectResultsTable.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/ConcreteTypeConstraintHandler.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/WhereClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/DatePart.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/Field.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/IField.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/IntersectionTableColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/ScalarField.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IIntersectionTable.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IntersectionTable.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelDeleteStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelInsertStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelSqlStatement.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/DbAccess/Command/SqlStatement/ObjectModel/Union.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/UnionType.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/CompareToFieldCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ComparisonCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Criteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/EqualToCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/EqualToFieldCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ExistsCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/GreaterThanCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/GreaterThanFieldCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/LessThanCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/LessThanFieldCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/LikeCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/MultipleCriteriaType.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/NullCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ValueCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/DataProviderFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/Diagnostics/DatabaseAccessEvent.cs trunk/DomainObjects2/src/Core/DomainObjects/Diagnostics/DatabaseAccessMonitor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/ClassDescriptorList.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/CollectionDescriptorList.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/FieldDescriptorList.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/IAttributeDescriptorList.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/IReferenceDescriptorList.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/IRelationshipDescriptorList.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/ReferenceDescriptorList.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/ReferenceDescriptorOverrideList.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/Generator/DomainObjectGenerator.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/Generator/OleDbTypeToDbType.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/Generator/RepositoryGenerator.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/TypeList.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/TypeNameToFieldDescriptorListMap.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectInitializer.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectSetBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectValueAccessor.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/CompositePrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/GuidPrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/StringPrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/AbstractProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/ListProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Sequence/ISequenceConfiguration.cs trunk/DomainObjects2/src/Core/DomainObjects/Sequence/ISequenceManager.cs trunk/DomainObjects2/src/Core/DomainObjects/Sequence/SequenceManagerFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/IdentityList.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/PersistenceStateFactory.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Documentation/content/xdocs/Site.xml trunk/DomainObjects2/src/Extensions/DomainObjects/Conversion/Object2ByteArrFieldConversion.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/SerializationTests.cs Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/MaximumCountExceededException.cs trunk/DomainObjects2/src/Core/DomainObjects/OptimisticConcurrencyException.cs trunk/DomainObjects2/src/Core/DomainObjects/SqlException.cs Removed Paths: ------------- trunk/DomainObjects2/src/Common/DomainObjects/MaximumCountExceededException.cs trunk/DomainObjects2/src/Common/DomainObjects/SqlException.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/OptimisticConcurrencyException.cs trunk/DomainObjects2/src/Core/SupportClass.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-06-24 16:50:25
|
Revision: 163 Author: rbeauchamp Date: 2006-06-24 09:49:38 -0700 (Sat, 24 Jun 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=163&view=rev Log Message: ----------- Simplified the source code tree and projects. Integrated the Metadata project into the Core project. Modified Paths: -------------- trunk/DomainObjects2/DomainObjects.sln trunk/DomainObjects2/build.xml trunk/DomainObjects2/src/Common/DomainObjects.Common.dll.csproj trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectMap.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/IdentityPositionMap.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Documentation/content/xdocs/index.xml trunk/DomainObjects2/src/DomainObjectGen/DomainObjectGen.exe.csproj trunk/DomainObjects2/src/Manager/Manager.exe.csproj trunk/DomainObjects2/src/Manager/ManagerForm.cs trunk/DomainObjects2/src/RepositoryGen/RepositoryGen.exe.csproj trunk/DomainObjects2/src/Test/DomainObjects.Test/Resource/DomainObjectGenTests/GenerateClasses.xml trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/DomainObjectGeneratorTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj trunk/DomainObjects2/src/TestDataLoader/TestDataLoader.exe.csproj trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/Resource/Repository.xml trunk/DomainObjects2/src/Tutorial/HelloWorld.exe.csproj Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/Metadata/ trunk/DomainObjects2/src/Core/DomainObjects/Metadata/AttributeDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/AttributeDescriptorOverride.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/ClassDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/ClassDescriptorList.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/CollectionDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/CollectionDescriptorList.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/DescriptorRepository.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Editability.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/FieldDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/FieldDescriptorList.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/IAttributeDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/IAttributeDescriptorList.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/IReferenceDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/IReferenceDescriptorList.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/IRelationshipDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/IRelationshipDescriptorList.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/PersistentField.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/PrimaryKeyDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/ReferenceDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/ReferenceDescriptorList.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/ReferenceDescriptorOverride.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/ReferenceDescriptorOverrideList.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/RelationshipDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/RelationshipDescriptorOverride.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/RepositoryFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Sort.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/ trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/Generator/ trunk/DomainObjects2/src/Core/DomainObjects/Metadata/TypeList.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/TypeNameToFieldDescriptorListMap.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/ITransactionAware.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/MutatorAttribute.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/TransactionAttribute.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/TransactionOption.cs Removed Paths: ------------- trunk/DomainObjects2/src/Common/DomainObjects/Transaction/ITransactionAware.cs trunk/DomainObjects2/src/Common/DomainObjects/Transaction/MutatorAttribute.cs trunk/DomainObjects2/src/Common/DomainObjects/Transaction/TransactionAttribute.cs trunk/DomainObjects2/src/Common/DomainObjects/Transaction/TransactionOption.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/Generator/ trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/AttributeDescriptor.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/AttributeDescriptorOverride.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/ClassDescriptor.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/ClassDescriptorList.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/CollectionDescriptor.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/CollectionDescriptorList.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/DescriptorRepository.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/Editability.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/FieldDescriptor.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/FieldDescriptorList.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/IAttributeDescriptor.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/IAttributeDescriptorList.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/IReferenceDescriptor.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/IReferenceDescriptorList.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/IRelationshipDescriptor.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/IRelationshipDescriptorList.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/PersistentField.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/PrimaryKeyDescriptor.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/ReferenceDescriptor.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/ReferenceDescriptorList.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/ReferenceDescriptorOverride.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/ReferenceDescriptorOverrideList.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/RelationshipDescriptor.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/RelationshipDescriptorOverride.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/RepositoryFactory.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/Sort.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/Tool/ trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/TypeList.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/TypeNameToFieldDescriptorListMap.cs trunk/DomainObjects2/src/Metadata/Repository.xsd This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-06-24 16:49:12
|
Revision: 162 Author: rbeauchamp Date: 2006-06-24 09:49:06 -0700 (Sat, 24 Jun 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=162&view=rev Log Message: ----------- Simplified the source code tree and projects. Integrated the Metadata project into the Core project. Modified Paths: -------------- trunk/DomainObjects2/resource/Repository.xml Added Paths: ----------- trunk/DomainObjects2/resource/Repository.xsd This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-06-24 16:45:34
|
Revision: 161 Author: rbeauchamp Date: 2006-06-24 09:45:30 -0700 (Sat, 24 Jun 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=161&view=rev Log Message: ----------- Updated ndoc project definition Modified Paths: -------------- trunk/DomainObjects2/bin/ndoc/DomainObjects.ndoc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-06-23 14:59:51
|
Revision: 160 Author: rbeauchamp Date: 2006-06-23 07:59:45 -0700 (Fri, 23 Jun 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=160&view=rev Log Message: ----------- Updated documentation Modified Paths: -------------- trunk/DomainObjects2/ReleaseLog.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-06-23 14:47:23
|
Revision: 159 Author: rbeauchamp Date: 2006-06-23 07:47:09 -0700 (Fri, 23 Jun 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=159&view=rev Log Message: ----------- Updated documentation Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Po/EditableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/ImmutableObject.cs trunk/DomainObjects2/src/Documentation/content/xdocs/Welcome/Features.xml trunk/DomainObjects2/src/Documentation/content/xdocs/Welcome/QuickStart.xml trunk/DomainObjects2/src/Documentation/content/xdocs/index.xml trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/Planet.cs trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/PlanetarySatellite.cs trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/Star.cs trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/TransactionFacade.cs trunk/DomainObjects2/src/Tutorial/HelloWorld.exe.csproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-06-22 14:44:55
|
Revision: 158 Author: rbeauchamp Date: 2006-06-22 07:44:48 -0700 (Thu, 22 Jun 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=158&view=rev Log Message: ----------- Updated documentation Modified Paths: -------------- trunk/DomainObjects2/src/Documentation/content/xdocs/Welcome/Features.xml trunk/DomainObjects2/src/Documentation/content/xdocs/index.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-06-22 14:36:54
|
Revision: 157 Author: rbeauchamp Date: 2006-06-22 07:36:37 -0700 (Thu, 22 Jun 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=157&view=rev Log Message: ----------- Updated documentation Modified Paths: -------------- trunk/DomainObjects2/src/Documentation/content/xdocs/Welcome/Features.xml trunk/DomainObjects2/src/Documentation/content/xdocs/index.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-06-22 14:20:21
|
Revision: 156 Author: rbeauchamp Date: 2006-06-22 07:19:47 -0700 (Thu, 22 Jun 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=156&view=rev Log Message: ----------- Updated documentation Modified Paths: -------------- trunk/DomainObjects2/src/Common/DomainObjects.Common.dll.csproj trunk/DomainObjects2/src/Common/Exceptions.cs trunk/DomainObjects2/src/Core/AssemblyInfo.cs trunk/DomainObjects2/src/Core/DomainObjects/Conversion/FieldConversion.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/DbSchemaColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/IDbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Query.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/QueryFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectInitializer.cs trunk/DomainObjects2/src/Core/DomainObjects/PersistenceBroker.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/ITransactable.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/Identity.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Documentation/content/xdocs/Documentation/Api/index.xml trunk/DomainObjects2/src/Documentation/content/xdocs/Project/Contribute.xml trunk/DomainObjects2/src/Documentation/content/xdocs/Welcome/Features.xml trunk/DomainObjects2/src/Documentation/content/xdocs/Welcome/QuickStart.xml trunk/DomainObjects2/src/Documentation/content/xdocs/index.xml trunk/DomainObjects2/src/Extensions/DomainObjects/Conversion/EnumStringConversion.cs trunk/DomainObjects2/src/Extensions/DomainObjects/Conversion/GuidStringConversion.cs trunk/DomainObjects2/src/Extensions/DomainObjects/Conversion/StringGuidConversion.cs trunk/DomainObjects2/src/Extensions/DomainObjects.Extensions.dll.csproj trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/DescriptorRepository.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/Tool/Generator/DomainObjectGenerator.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/Tool/Generator/RepositoryGenerator.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata.dll.csproj trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/Resource/Repository.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |