domainobjects-subversion Mailing List for DomainObjects for .NET (Page 3)
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...> - 2009-11-21 15:16:38
|
Revision: 432 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=432&view=rev Author: rbeauchamp Date: 2009-11-21 15:16:30 +0000 (Sat, 21 Nov 2009) Log Message: ----------- - Major refactoring to immutable objects and improved support for LINQ. Unit tests do not pass. Modified Paths: -------------- branches/DomainObjects4/src/Core/DomainObjects/Cache/ObjectCache.cs branches/DomainObjects4/src/Core/DomainObjects/Collections/Extensions.cs branches/DomainObjects4/src/Core/DomainObjects/Contract/Assert.cs branches/DomainObjects4/src/Core/DomainObjects/Contract/ValidationUtil.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SelectByPkCommandBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/DerivedColumn.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/SearchConditionClause.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/ConcreteTypeConstraintHandler.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/AggregateFunction.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/ScalarFunction.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/IntersectionTableColumn.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/ClassToPrefetch.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IInsertable.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IUpdatable.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IntersectionTable.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/MtoNCollectionRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelDeleteStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelInsertStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelUpdateStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/SearchCondition.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/GroupByField.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/IQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/OrderByField.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/SelectField.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/SetParameter.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/BetweenCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ComparisonCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/EqualToCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/GreaterThanCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InSubqueryCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/LessThanCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/LikeCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/NullCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Predicate.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/DataProvider/AbstractDataProvider.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/DataProvider/IDataProvider.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Criteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Average.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Case.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/ConvertTo.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Count.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/DateAdd.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/DateDiff.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/DatePart.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Lower.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Max.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Min.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Minus.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Over.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Plus.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Replace.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/ReplaceNull.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/RowNumber.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Sum.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Upper.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/IQueryable.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/InsertByQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Query.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/QueryFacade.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/ScalarQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/TableExpressionQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/UpdateByCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Test/DomainObjectsTestFixture.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/ClassDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/DescriptorRepository.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/Tool/Generator/DomainObjectGenerator.cs branches/DomainObjects4/src/Core/DomainObjects/Model/ObjectModel/ObjectModelVisitor.cs branches/DomainObjects4/src/Core/DomainObjects/ObjectAccess/ObjectGraphBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/InMemoryRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/Serialization/FieldSerializer.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/TypeReorderingStrategy.cs branches/DomainObjects4/src/Core/DomainObjects.Core.dll.csproj branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/DbModel/SqlServer/SqlServer2005DbModelSelectStatement.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/DataProvider/MySql/MySqlDataProvider.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/DataProvider/Oracle/OracleDataProvider.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServer2000DataProvider.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CriteriaTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/DatabaseCompatibilityTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/GeneratedReferencePathTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/RepositoryFactoryTests.cs branches/DomainObjects4/src/TestDataLoader/DomainObjects/Test/TestDataLoader/EntryPoint.cs Added Paths: ----------- branches/DomainObjects4/bin/Lokad/ branches/DomainObjects4/bin/Lokad/Lokad.License.txt branches/DomainObjects4/bin/Lokad/Lokad.Shared.dll branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/ColumnField.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Constant.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Field.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/FieldValue.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/IClassContainer.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Null.cs Removed Paths: ------------- branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/ColumnField.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/Constant.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/Field.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/FieldValue.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/IClassContainer.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/Null.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-11-18 06:50:30
|
Revision: 431 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=431&view=rev Author: rbeauchamp Date: 2009-11-18 06:50:20 +0000 (Wed, 18 Nov 2009) Log Message: ----------- - Major refactoring to immutable objects and improved support for LINQ. Unit tests do not pass. Modified Paths: -------------- branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/CommandExecutionUtil.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/Column.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/DerivedColumn.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Where.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/DataProvider/AbstractDataProvider.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/DoubleKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/FieldConversion.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/FieldRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/GuidKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/IFieldCollection.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/Identity.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/IntKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/LongKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/MutatorAttribute.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/ShortKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/StringKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Transaction/BindUtil.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Transaction/ITransactionSetAware.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-11-18 06:27:08
|
Revision: 430 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=430&view=rev Author: rbeauchamp Date: 2009-11-18 06:27:00 +0000 (Wed, 18 Nov 2009) Log Message: ----------- Removed Paths: ------------- branches/DomainObjects4/src/Core/DomainObjects/Proxy/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-11-18 06:24:28
|
Revision: 429 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=429&view=rev Author: rbeauchamp Date: 2009-11-18 06:24:21 +0000 (Wed, 18 Nov 2009) Log Message: ----------- - Major refactoring to immutable objects and improved support for LINQ. Unit tests do not pass. Removed Paths: ------------- branches/DomainObjects4/src/Core/DomainObjects/Proxy/IRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/Proxy/InMemoryMtoNRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/Proxy/InMemoryReferenceFacade.cs branches/DomainObjects4/src/Core/DomainObjects/Proxy/InMemoryRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/Proxy/LazyLoadingObjectProxy.cs branches/DomainObjects4/src/Core/DomainObjects/Proxy/ProxyFacade.cs branches/DomainObjects4/src/Core/DomainObjects/Proxy/ProxyFactory.cs branches/DomainObjects4/src/Core/DomainObjects/Proxy/ProxyServices.cs branches/DomainObjects4/src/Core/DomainObjects/Proxy/RelationshipIdentity.cs branches/DomainObjects4/src/Core/DomainObjects/Proxy/TransactableObjectProxy.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-11-18 06:16:20
|
Revision: 428 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=428&view=rev Author: rbeauchamp Date: 2009-11-18 06:16:11 +0000 (Wed, 18 Nov 2009) Log Message: ----------- - Major refactoring to immutable objects and improved support for LINQ. Unit tests do not pass. Modified Paths: -------------- branches/DomainObjects4/src/Core/DomainObjects/Cache/ObjectCache.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/CommandExecutionUtil.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SelectByPkCommandBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/RootClass.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelDeleteStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelInsertStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelUpdateStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/IQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/OptimisticConcurrencyException.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Criteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/DeleteByCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/IQueryable.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/InsertByQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/PersistenceFacade.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Query.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/QueryFacade.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/ScalarQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/TableExpressionQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/UpdateByCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/DatabaseSession.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/Collection.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/FieldRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/IFieldCollection.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/IFieldRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/Identity.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/Key.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/NeedsDeleteEventArgs.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/OnAfterInsertArgs.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/OnDeletedFromDatabaseEventArgs.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/OnIdentityChangeArgs.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/Reference.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Test/TransactionalTestFixture.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Transaction/BindUtil.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Transaction/ITransactionSetAware.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/DescriptorRepository.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/MetadataExtensions.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/RepositoryFactory.cs branches/DomainObjects4/src/Core/DomainObjects/Model/ObjectModel/ObjectModelVisitor.cs branches/DomainObjects4/src/Core/DomainObjects/ObjectAccess/ObjectBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/ObjectAccess/ObjectGraphBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/ObjectAccess/ObjectInitializer.cs branches/DomainObjects4/src/Core/DomainObjects/ObjectAccess/ObjectSetBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/IRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/PersistenceBroker.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/BindManager.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/BoundObjectMap.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/BoundObjectSet.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/ObjectTransaction.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/PersistenceOperation.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/States/PersistenceState.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/States/PersistenceStateFactory.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/States/StateNewDelete.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/States/StateNewEdited.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/States/StateNewUnedited.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/States/StateOldDelete.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/States/StateOldEdited.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/States/StateOldUnedited.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/TypeReorderingStrategy.cs branches/DomainObjects4/src/Core/DomainObjects.Core.dll.csproj branches/DomainObjects4/src/Extensions/DomainObjects.Extensions.dll.csproj branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/AdoNetTransactionTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CacheTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CompositeKeyTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CorrelatedSubqueryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/DeleteByCriteriaTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/FieldValueTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/GeneratedReferencePathTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/InheritanceHierarchyToSingleTableMappingTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ObjectBuilderTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/PerformanceTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/PersistenceTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/PrefetchTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/PrimaryKeyTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ProxyTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/TransactionAttributeTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/TransactionBoundaryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/UpdateByCriteriaTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/UpdateTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/ReorderValidationService.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/ReorderValidator.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/TransactionSetAware.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/TransactionalService.cs Added Paths: ----------- branches/DomainObjects4/src/Core/DomainObjects/Objects/ branches/DomainObjects4/src/Core/DomainObjects/Objects/InMemoryRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/LazyLoadingObjectProxy.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/ObjectStateManager.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/ObjectValueManager.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/ProxyFactory.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/ProxyServices.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/RelationshipIdentity.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/TransactableObjectProxy.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/ branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/ branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/EditableObject.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/ICreatable.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/IDeletable.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/IEditable.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/IImmutable.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/IPersistable.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/IReadOnly.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/ITransactable.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/ImmutableObject.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/PersistableObject.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/ReadOnlyObject.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/TransactableObject.cs Removed Paths: ------------- branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/EditableObject.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/ICreatable.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/IDeletable.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/IEditable.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/IImmutable.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/IPersistable.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/IReadOnly.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/ITransactable.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/ImmutableObject.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/PersistableObject.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/ReadOnlyObject.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/TransactableObject.cs branches/DomainObjects4/src/Core/DomainObjects/ObjectAccess/ObjectValueAccessor.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/InMemoryReferenceFacade.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/InMemoryRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/LazyLoadingObjectProxy.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/ProxyFactory.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/ProxyServices.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/RelationshipIdentity.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/TransactableObjectProxy.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-11-14 00:24:41
|
Revision: 427 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=427&view=rev Author: rbeauchamp Date: 2009-11-14 00:24:30 +0000 (Sat, 14 Nov 2009) Log Message: ----------- - Major refactoring to immutable objects and improved support for LINQ. Unit tests do not pass. Modified Paths: -------------- branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SelectCommandBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/ScalarFunction.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/IntersectionTableColumn.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IIntersectionTable.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IntersectionTable.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/MtoNCollectionRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Having.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/IInsertByQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelInsertStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelSqlStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/SearchCondition.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/GroupByField.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/IQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/InternalQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/OrderByField.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/SelectField.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Union.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ExistsCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Where.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/ColumnField.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/Constant.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/Field.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/Null.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/IQueryable.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/InsertByQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Query.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/ScalarQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/TableExpressionQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Serialization/FieldSerializer.cs branches/DomainObjects4/src/Core/DomainObjects.Core.dll.csproj branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/QueryableExtensions.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServerDataProvider.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs Added Paths: ----------- branches/DomainObjects4/src/Core/DomainObjects/Linq/ branches/DomainObjects4/src/Core/DomainObjects/Linq/QueryProvider.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-11-13 17:02:02
|
Revision: 426 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=426&view=rev Author: rbeauchamp Date: 2009-11-13 17:01:53 +0000 (Fri, 13 Nov 2009) Log Message: ----------- - Major refactoring to immutable objects and improved support for LINQ. One test is passing, Yeeeeesssss!!!! Modified Paths: -------------- branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/IntersectionTableColumn.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/CollectionRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/FieldRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IntersectionTable.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/MtoNCollectionRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelDeleteStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelInsertStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelSqlStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelUpdateStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/InternalQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/IQueryable.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Query.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/TableExpressionQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Model/ObjectModel/ObjectModelVisitor.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-11-11 05:07:20
|
Revision: 425 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=425&view=rev Author: rbeauchamp Date: 2009-11-11 05:07:05 +0000 (Wed, 11 Nov 2009) Log Message: ----------- - Major refactoring to immutable objects and improved support for LINQ. Unit tests do not pass. Modified Paths: -------------- branches/DomainObjects4/src/Core/DomainObjects/Collections/Extensions.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/CommandExecutionUtil.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelDeleteStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelInsertStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelUpdateStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/ScalarFunction.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/IntersectionTableColumn.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/FieldRelatedClass.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IIntersectionTable.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/ITableMappedObject.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IntersectionTable.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/MtoNCollectionRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/RootClass.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/SubClass.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Having.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/IBatchStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/IInsertByQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelInsertStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelSqlStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelUpdateStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/SearchCondition.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/GroupByField.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/IQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/InternalQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/OrderByField.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/SelectField.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Union.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ExistsCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Where.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/ColumnField.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/Constant.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/Field.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/Null.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/IQueryable.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/InsertByQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Query.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/ScalarQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/TableExpressionQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Model/ObjectModel/ObjectModelVisitor.cs branches/DomainObjects4/src/Core/DomainObjects/Serialization/FieldSerializer.cs branches/DomainObjects4/src/Core/DomainObjects.Core.dll.csproj branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/Oracle/DbModel/OracleCompatibleDbModelSelectStatement.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/Oracle/OracleSequenceCommandBuilder.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/SqlServer/ServerSideSequencerInsertCommandBuilder.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/DbModel/MySql/MySqlDbModelDeleteStatement.cs branches/DomainObjects4/src/Extensions/DomainObjects.Extensions.dll.csproj branches/DomainObjects4/src/Test/DomainObjects.Test/Properties/UnitTestProperties.xml branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CompositeKeyTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/InheritanceHierarchyToSingleTableMappingTests.cs Added Paths: ----------- branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IInsertable.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IUpdatable.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/QueryableExtensions.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-11-06 16:54:22
|
Revision: 424 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=424&view=rev Author: rbeauchamp Date: 2009-11-06 16:54:12 +0000 (Fri, 06 Nov 2009) Log Message: ----------- - Major refactoring to immutable objects and improved support for LINQ. Unit tests do not pass. Modified Paths: -------------- branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/IQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/IQueryable.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/InsertByQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Query.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/ScalarQuery.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-11-06 16:35:09
|
Revision: 423 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=423&view=rev Author: rbeauchamp Date: 2009-11-06 16:34:52 +0000 (Fri, 06 Nov 2009) Log Message: ----------- - Major refactoring to immutable objects and improved support for LINQ. Unit tests do not pass. Modified Paths: -------------- branches/DomainObjects4/src/Core/DomainObjects/Collections/Extensions.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/ITableMappedObject.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/IQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/IQueryable.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/InsertByQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Query.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/ScalarQuery.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-11-06 16:07:57
|
Revision: 422 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=422&view=rev Author: rbeauchamp Date: 2009-11-06 16:07:47 +0000 (Fri, 06 Nov 2009) Log Message: ----------- - Major refactoring to immutable objects and improved support for LINQ. Unit tests do not pass. Modified Paths: -------------- branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Having.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/IQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Where.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/IQueryable.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/InsertByQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Query.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/ScalarQuery.cs Removed Paths: ------------- branches/DomainObjects4/DomainObjects.4.1.resharper branches/DomainObjects4/DomainObjects.4.5.resharper This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-11-06 06:44:56
|
Revision: 421 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=421&view=rev Author: rbeauchamp Date: 2009-11-06 06:44:31 +0000 (Fri, 06 Nov 2009) Log Message: ----------- - Major refactoring to immutable objects. Unit tests do not pass. Modified Paths: -------------- branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/IQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Where.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/IQueryable.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/InsertByQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Query.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/ScalarQuery.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CollectionTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CompositeKeyTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CorrelatedSubqueryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CriteriaTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/DeleteByCriteriaTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/FieldValueTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/GeneratedReferencePathTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/InheritanceHierarchyToSingleTableMappingTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/InsertTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ObjectBuilderTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/PerformanceTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/PrefetchTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ProxyTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/QueryHintTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/UpdateByCriteriaTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/TransactionalService.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-11-05 09:11:51
|
Revision: 420 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=420&view=rev Author: rbeauchamp Date: 2009-11-05 09:11:41 +0000 (Thu, 05 Nov 2009) Log Message: ----------- - Major refactoring to immutable objects. Unit tests do not pass. Modified Paths: -------------- branches/DomainObjects4/src/Core/AssemblyInfo.cs branches/DomainObjects4/src/Core/DomainObjects/Cache/ObjectCache.cs branches/DomainObjects4/src/Core/DomainObjects/Cache/ObjectCacheFactory.cs branches/DomainObjects4/src/Core/DomainObjects/Collections/Extensions.cs branches/DomainObjects4/src/Core/DomainObjects/Collections/ImmutableDictionary.cs branches/DomainObjects4/src/Core/DomainObjects/Collections/ImmutableList.cs branches/DomainObjects4/src/Core/DomainObjects/Configuration/DomainObjectsConfiguration.cs branches/DomainObjects4/src/Core/DomainObjects/Contract/Assert.cs branches/DomainObjects4/src/Core/DomainObjects/Conversion/FieldConversionFactory.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/CommandBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/CommandExecutionUtil.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/DeleteCommandBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/InsertCommandBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/Parameter.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SelectByPkCommandBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SelectCommandBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelInsertStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelUpdateStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/Column.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/DerivedColumn.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Join.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Having/HavingClause.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/SearchConditionClause.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Select/SelectList.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/ConcreteTypeConstraintHandler.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/WhereClause.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/AggregateFunction.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/IntersectionTableColumn.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/CollectionRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/FieldRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IntersectionTable.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/MtoNCollectionRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/ReferenceRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Relationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/RootClass.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/SubClass.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/SubClassRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Having.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelDeleteStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelInsertStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelSqlStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelUpdateStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/SearchCondition.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/GroupByField.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/InternalQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/OrderByField.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/SelectField.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/BetweenCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ComparisonCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/EqualToCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ExistsCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/GreaterThanCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InSubqueryCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/LessThanCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/LikeCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/NullCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Where.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/UpdateCommandBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/DataProvider/AbstractDataProvider.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/RowReader.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/SqlException.cs branches/DomainObjects4/src/Core/DomainObjects/Diagnostics/DatabaseAccessMonitor.cs branches/DomainObjects4/src/Core/DomainObjects/DomainObjectsException.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Criteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/DeleteByCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/ColumnField.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/Constant.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/Field.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/FieldValue.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/Null.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Average.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Case.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/ConvertTo.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Count.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/DateAdd.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/DateDiff.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/DatePart.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/GetDate.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Lower.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Max.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Min.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Minus.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/NewId.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Over.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Plus.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Replace.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/ReplaceNull.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/RowNumber.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Sum.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Upper.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/IQueryable.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/InsertByQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/PersistenceFacade.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Query.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/QueryFacade.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/ScalarQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/TableExpressionQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/UpdateByCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/DatabaseSession.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Diagnostics/DatabaseAccessEvent.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/Collection.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/CompositeKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/DoubleKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/FieldConversion.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/FieldRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/GuidKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/IFieldRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/IPersistable.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/Identity.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/ImmutableObject.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/IntKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/Key.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/LongKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/NeedsDeleteEventArgs.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/OnDeletedFromDatabaseEventArgs.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/OnIdentityChangeArgs.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/PersistableObject.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/Reference.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/ShortKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/StringKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/TransactableObject.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/ObjectSet.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Test/DomainObjectsTestFixture.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Transaction/Service.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Transaction/ServiceActivator.cs branches/DomainObjects4/src/Core/DomainObjects/HashCodeUtil.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/AttributeDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/ClassDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/CollectionDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/DescriptorRepository.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/FieldDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/FieldDescriptorList.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/IReferenceDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/PersistentField.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/PrimaryKeyDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/ReferenceDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/ReferenceDescriptorOverride.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/Tool/Generator/DomainObjectGenerator.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/Tool/Generator/OleDbTypeToDbType.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/Tool/Generator/RepositoryGenerator.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/TypeNameToFieldDescriptorListMap.cs branches/DomainObjects4/src/Core/DomainObjects/Model/ObjectModel/ObjectModelVisitor.cs branches/DomainObjects4/src/Core/DomainObjects/ObjectAccess/ObjectBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/ObjectAccess/ObjectGraphBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/ObjectAccess/ObjectInitializer.cs branches/DomainObjects4/src/Core/DomainObjects/ObjectAccess/ObjectSetBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/ObjectAccess/ObjectValueAccessor.cs branches/DomainObjects4/src/Core/DomainObjects/ObjectAccess/XmlDataReader.cs branches/DomainObjects4/src/Core/DomainObjects/PersistenceBroker.cs branches/DomainObjects4/src/Core/DomainObjects/Proxy/InMemoryReferenceFacade.cs branches/DomainObjects4/src/Core/DomainObjects/Proxy/InMemoryRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/Proxy/LazyLoadingObjectProxy.cs branches/DomainObjects4/src/Core/DomainObjects/Proxy/ProxyFactory.cs branches/DomainObjects4/src/Core/DomainObjects/Proxy/ProxyServices.cs branches/DomainObjects4/src/Core/DomainObjects/Proxy/RelationshipIdentity.cs branches/DomainObjects4/src/Core/DomainObjects/Proxy/TransactableObjectProxy.cs branches/DomainObjects4/src/Core/DomainObjects/Serialization/DataSetFactory.cs branches/DomainObjects4/src/Core/DomainObjects/Serialization/FieldSerializer.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/BindManager.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/BoundObjectSet.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/ObjectTransaction.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/States/PersistenceState.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/States/StateOldEdited.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/TransactionContext.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/TypeReorderingStrategy.cs branches/DomainObjects4/src/Core/DomainObjects.Core.dll.csproj branches/DomainObjects4/src/Core/Exceptions.cs branches/DomainObjects4/src/DomainObjectGen/DomainObjects/Tools/DomainObjectGen/EntryPoint.cs branches/DomainObjects4/src/DomainObjectGen/assemblyinfo.cs branches/DomainObjects4/src/RepositoryGen/DomainObjects/Tools/RepositoryGen/EntryPoint.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/BaseType.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/NonGeneratedPerson.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/NonGeneratedRole.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/Product.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/RootObject.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/SimpleObject.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/SimpleObjectClass.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/StockDetail.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/StringToStringConversion.cs branches/DomainObjects4/src/Test/DomainObjects.Test/InternalDomainObjectsTestFixture.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Properties/UnitTestProperties.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/AdoNetTransactionTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CacheTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CallbackTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CascadeStoreAndDeleteTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CollectionTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CompositeKeyTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CorrelatedSubqueryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CriteriaTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/DatabaseCompatibilityTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/DeleteByCriteriaTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/DiagnosticsTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/DomainObjectGeneratorTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/DomainObjectsConfigurationTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/EditDescriptorRepositoryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/FieldValueTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/GeneratedReferencePathTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/IdentityTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/InheritanceHierarchyToSingleTableMappingTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/InsertTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/MtoNTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/MutatorAttributeTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/NullableTypesTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ObjectBuilderTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ObjectGraphTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ObjectReferenceTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ObjectTransactionTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/OptimisticConcurrencyTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/OverClauseTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/PartitionedTableTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/PerformanceTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/PersistenceTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/PrefetchTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/PrimaryKeyTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ProxyTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/QueryHintTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/RepositoryFactoryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/RepositoryGenTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/SerializationTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ServerSideSequencerTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/TableExpressionTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/TransactionAttributeTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/TransactionBoundaryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/UpdateByCriteriaTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/UpdateTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/outerjointests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/CacheService.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/ReorderValidator.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/TransactionNotSupportedService.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/TransactionRequiredService.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/TransactionalService.cs branches/DomainObjects4/src/Tutorial/DomainObjects.Tutorial/TutorialClient.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-11-05 03:43:17
|
Revision: 419 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=419&view=rev Author: rbeauchamp Date: 2009-11-05 03:01:17 +0000 (Thu, 05 Nov 2009) Log Message: ----------- - Major refactoring to immutable objects. Unit tests do not pass. Property Changed: ---------------- branches/DomainObjects4/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-11-05 02:59:06
|
Revision: 418 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=418&view=rev Author: rbeauchamp Date: 2009-11-05 02:58:51 +0000 (Thu, 05 Nov 2009) Log Message: ----------- - Major refactoring to immutable objects. Unit tests do not pass. Modified Paths: -------------- branches/DomainObjects4/src/Core/DomainObjects/Collections/Extensions.cs branches/DomainObjects4/src/Core/DomainObjects/Contract/Assert.cs branches/DomainObjects4/src/Core/DomainObjects/Contract/ValidationUtil.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/CommandBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SelectCommandBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelDeleteStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelInsertStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelSqlStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelUpdateStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/SearchCondition.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/IQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/InternalQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Union.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ComparisonCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InSubqueryCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Criteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/DeleteByCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Expression/Field.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Count.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Over.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/InsertByQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Query.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/ScalarQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/TableExpressionQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/UpdateByCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/Collection.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/Reference.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Transaction/ServiceActivator.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/ClassDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/DescriptorRepository.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/FieldDescriptorReference.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/Tool/Generator/RepositoryGenerator.cs branches/DomainObjects4/src/Core/DomainObjects/Model/ObjectModel/ObjectModelVisitor.cs branches/DomainObjects4/src/Core/DomainObjects/ObjectAccess/ObjectGraphBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/Proxy/InMemoryRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/TypeReorderingStrategy.cs branches/DomainObjects4/src/Core/DomainObjects.Core.dll.csproj branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/DataProvider/MySql/MySqlDataProvider.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/DataProvider/Oracle/OracleDataProvider.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServer2000DataProvider.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CriteriaTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/DeleteByCriteriaTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/GeneratedReferencePathTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/OverClauseTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/RepositoryFactoryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/TableExpressionTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test.dll.csproj branches/DomainObjects4/src/TestDataLoader/DomainObjects/Test/TestDataLoader/EntryPoint.cs Added Paths: ----------- branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Having.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Where.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/IQueryable.cs Removed Paths: ------------- branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/HavingCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/WhereCriteria.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-11-01 02:30:05
|
Revision: 417 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=417&view=rev Author: rbeauchamp Date: 2009-11-01 02:29:56 +0000 (Sun, 01 Nov 2009) Log Message: ----------- - Major refactoring to immutable objects. Unit tests do not pass. Modified Paths: -------------- branches/DomainObjects4/DomainObjects.4.5.resharper branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SelectByPkCommandBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelInsertStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/IInsertByQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelDeleteStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelInsertStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelUpdateStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/IQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InSubqueryCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Criteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/DeleteByCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/InsertByQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/PersistenceFacade.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Query.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/ScalarQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/TableExpressionQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/UpdateByCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/DatabaseSession.cs branches/DomainObjects4/src/Core/DomainObjects/PersistenceBroker.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/BindManager.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/BoundObjectSet.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/ObjectTransaction.cs branches/DomainObjects4/src/Core/DomainObjects.Core.dll.csproj branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/Access/DbModel/AccessDbModelInsertStatement.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/Product.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CacheTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CollectionTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CompositeKeyTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CorrelatedSubqueryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CriteriaTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/DeleteByCriteriaTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/FieldValueTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/GeneratedReferencePathTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/InheritanceHierarchyToSingleTableMappingTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/InsertTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ObjectBuilderTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ObjectGraphTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/PerformanceTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/PrefetchTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ProxyTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/QueryHintTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/UpdateByCriteriaTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/outerjointests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/TransactionalService.cs Added Paths: ----------- branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/IBatchStatement.cs Removed Paths: ------------- branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/BatchStatement.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-10-30 15:11:05
|
Revision: 416 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=416&view=rev Author: rbeauchamp Date: 2009-10-30 15:10:55 +0000 (Fri, 30 Oct 2009) Log Message: ----------- Added Paths: ----------- branches/DomainObjects4/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-05-17 16:22:06
|
Revision: 415 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=415&view=rev Author: rbeauchamp Date: 2009-05-17 16:21:56 +0000 (Sun, 17 May 2009) Log Message: ----------- New: Improved support for the TSQL ROW_NUMBER clause: now a partition by clause and multiple order by fields can be added to the ROW_NUMBER clause. Modified Paths: -------------- branches/DomainObjects3/src/Core/DomainObjects/Collections/Extensions.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/OrderByField.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/Over.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/RowNumber.cs branches/DomainObjects3/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dko...@us...> - 2009-05-14 18:30:45
|
Revision: 414 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=414&view=rev Author: dkondratiuk Date: 2009-05-14 18:30:40 +0000 (Thu, 14 May 2009) Log Message: ----------- MS AccessProvider removed because is not fully implemented Backward compatibility with SQL Server 2000. A SqlServer2005DbModelSelectStatement was added but the SQL Server 2005 data provider is still called SqlServerDataProvider Modified Paths: -------------- branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SelectByPkCommandBuilder.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SelectCommandBuilder.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSelectStatement.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/DataProvider/AbstractDataProvider.cs branches/DomainObjects3/src/Core/DomainObjects/Metadata/FieldDescriptor.cs branches/DomainObjects3/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/MySql/MySqlSelectCommandBuilder.cs branches/DomainObjects3/src/Extensions/DomainObjects/DbAccess/DataProvider/Oracle/OracleCompatibleDataProvider.cs branches/DomainObjects3/src/Extensions/DomainObjects/DbAccess/DataProvider/Oracle/OracleDataProvider.cs branches/DomainObjects3/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServerDataProvider.cs branches/DomainObjects3/src/Extensions/DomainObjects.Extensions.dll.csproj branches/DomainObjects3/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs Added Paths: ----------- branches/DomainObjects3/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/DbModel/SqlServer/SqlServer2005DbModelSelectStatement.cs branches/DomainObjects3/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServer2000DataProvider.cs branches/DomainObjects3/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServer2000DataProviderServerSideSequencer.cs branches/DomainObjects3/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServer2000DataProviderWithIdentitySupport.cs Removed Paths: ------------- branches/DomainObjects3/src/Extensions/DomainObjects/DbAccess/DataProvider/Access/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-05-03 20:35:31
|
Revision: 413 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=413&view=rev Author: rbeauchamp Date: 2009-05-03 20:35:19 +0000 (Sun, 03 May 2009) Log Message: ----------- New: Added support for the TSQL OVER clause. See OverClauseTests for usage examples. Modified Paths: -------------- branches/DomainObjects3/DomainObjects.4.5.resharper branches/DomainObjects3/build.xml branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSelectStatement.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/IDbModelExpression.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/OptionClause.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Select/SelectList.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Expression/FieldValue.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/Average.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/Count.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/Max.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/Min.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/Sum.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Query.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/TableExpressionQuery.cs branches/DomainObjects3/src/Core/DomainObjects/Model/ObjectModel/ObjectModelVisitor.cs branches/DomainObjects3/src/Core/DomainObjects.Core.dll.csproj branches/DomainObjects3/src/Extensions/DomainObjects/DbAccess/Command/Oracle/DbModel/OracleCompatibleDbModelSelectStatement.cs branches/DomainObjects3/src/Test/DomainObjects.Test/TestFixture/TableExpressionTests.cs branches/DomainObjects3/src/Test/DomainObjects.Test.dll.csproj Added Paths: ----------- branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/AggregateFunction.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/Over.cs branches/DomainObjects3/src/Test/DomainObjects.Test/TestFixture/OverClauseTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-04-26 21:46:04
|
Revision: 412 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=412&view=rev Author: rbeauchamp Date: 2009-04-26 21:46:01 +0000 (Sun, 26 Apr 2009) Log Message: ----------- - Preparing for release 2.1.0 Modified Paths: -------------- branches/DomainObjects3/ReleaseLog.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-04-20 05:39:37
|
Revision: 411 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=411&view=rev Author: rbeauchamp Date: 2009-04-20 05:39:35 +0000 (Mon, 20 Apr 2009) Log Message: ----------- Fix: Fixed issue with deserialization of GetDate() function. Should be case-insensitive. Modified Paths: -------------- branches/DomainObjects3/src/Core/DomainObjects/Serialization/FieldSerializer.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-04-20 02:41:46
|
Revision: 410 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=410&view=rev Author: rbeauchamp Date: 2009-04-20 02:41:40 +0000 (Mon, 20 Apr 2009) Log Message: ----------- New: Enabled adding a relationship to multiple times to a class. See unit test ChangeReferenceToAndSelectField(). Modified Paths: -------------- branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Relationship.cs branches/DomainObjects3/src/Test/DomainObjects.Test/TestFixture/GeneratedReferencePathTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-04-19 21:21:35
|
Revision: 409 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=409&view=rev Author: rbeauchamp Date: 2009-04-19 21:21:29 +0000 (Sun, 19 Apr 2009) Log Message: ----------- New: Changed accessibility of some methods/properties from internal to public to support dynamic generation of criteria and queries. Modified Paths: -------------- branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Criteria.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Expression/Field.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2009-04-19 20:18:47
|
Revision: 408 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=408&view=rev Author: rbeauchamp Date: 2009-04-19 20:18:40 +0000 (Sun, 19 Apr 2009) Log Message: ----------- New: Enabled adding a relationship to multiple times to a class. See unit test ChangeReferenceTo(). Modified Paths: -------------- branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs branches/DomainObjects3/src/Test/DomainObjects.Test/TestFixture/GeneratedReferencePathTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |