domainobjects-subversion Mailing List for DomainObjects for .NET (Page 15)
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-06-02 15:30:16
|
Revision: 130 Author: rbeauchamp Date: 2006-06-02 08:29:52 -0700 (Fri, 02 Jun 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=130&view=rev Log Message: ----------- Preparing build configurations for upcoming release. Modified Paths: -------------- trunk/DomainObjects2/build.xml trunk/DomainObjects2/src/Common/DomainObjects.Common.dll.csproj trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Documentation/DomainObjects.Documentation.csproj trunk/DomainObjects2/src/DomainObjectGen/DomainObjectGen.exe.csproj trunk/DomainObjects2/src/Extensions/DomainObjects.Extensions.dll.csproj trunk/DomainObjects2/src/Facade/DomainObjects.Facade.dll.csproj trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects.FrameworkBaseTypes.dll.csproj trunk/DomainObjects2/src/Manager/Manager.exe.csproj trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata.dll.csproj trunk/DomainObjects2/src/RepositoryGen/RepositoryGen.exe.csproj trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj trunk/DomainObjects2/src/TestDataLoader/TestDataLoader.exe.csproj trunk/DomainObjects2/src/TestWithoutIdentitySupport/TestWithoutIdentitySupport.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-01 14:50:39
|
Revision: 129 Author: rbeauchamp Date: 2006-06-01 07:50:16 -0700 (Thu, 01 Jun 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=129&view=rev Log Message: ----------- Added assertion to ensure that the list Class._relationshipsTo does not contain null values. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs trunk/DomainObjects2/src/Core/DomainObjects/Diagnostics/DatabaseAccessEvent.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-05-25 16:11:26
|
Revision: 128 Author: rbeauchamp Date: 2006-05-25 09:10:48 -0700 (Thu, 25 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=128&view=rev Log Message: ----------- Improved performance by reducing number of Identity instances that are created. Modified Paths: -------------- trunk/DomainObjects2/src/Common/DomainObjects.Common.dll.csproj trunk/DomainObjects2/src/Core/DomainObjects/Cache/CacheFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Cache/ObjectCache.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectInitializer.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/Identity.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/IntPrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/PrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/StringPrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/LazyLoadingObjectProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/TransactableObjectProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectSet.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateOldDelete.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Facade/DomainObjects.Facade/QueryFacade.cs trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/Po/EditableObject.cs trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/Po/ImmutableObject.cs trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/Po/PersistableObject.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/DescriptorRepository.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/PersistenceBrokerTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/PrimaryKeyTests.cs Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/Po/IPersistable.cs Removed Paths: ------------- trunk/DomainObjects2/src/Common/DomainObjects/Po/IPersistable.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-05-25 14:16:39
|
Revision: 127 Author: rbeauchamp Date: 2006-05-25 07:16:19 -0700 (Thu, 25 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=127&view=rev Log Message: ----------- Fixed issue where transaction was not aborting if exception thrown from within service method. Modified Paths: -------------- trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/Transaction/Service.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/TransactionAwareTests.cs 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-05-24 15:36:28
|
Revision: 126 Author: rbeauchamp Date: 2006-05-24 08:35:47 -0700 (Wed, 24 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=126&view=rev Log Message: ----------- - Fixed performance issue with removing duplicates from retrieved ObjectSetBuilder rows. - Added support for database event raising and handling. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Cache/CacheFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandExecutionUtil.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectSetBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/IDeletable.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/AbstractProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/TransactableObjectProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BindManager.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectSet.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Facade/DomainObjects.Facade/SingleThreadedUnitOfWork.cs trunk/DomainObjects2/src/Facade/DomainObjects.Facade/Test/DomainObjectsTestFixture.cs trunk/DomainObjects2/src/Facade/DomainObjects.Facade/Test/TransactionalTestFixture.cs trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/Transaction/Service.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/CacheTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectBuilderTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj trunk/DomainObjects2/src/TestDataLoader/DomainObjects/Test/TestDataLoader/Loader.cs Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/Diagnostics/ trunk/DomainObjects2/src/Core/DomainObjects/Diagnostics/DatabaseAccessEvent.cs trunk/DomainObjects2/src/Core/DomainObjects/Diagnostics/DatabaseAccessMonitor.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/CompositePrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/GuidPrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/IntPrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/PrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/StringPrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/DatabaseSession.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/DiagnosticsTests.cs Removed Paths: ------------- trunk/DomainObjects2/src/Core/DomainObjects/Transaction/CallContext.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-05-19 13:36:37
|
Revision: 125 Author: rbeauchamp Date: 2006-05-19 06:36:25 -0700 (Fri, 19 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=125&view=rev Log Message: ----------- Fixed issue where ObjectSetBuilder was returning duplicate objects. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/PersistenceBroker.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectBuilderTests.cs Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectSetBuilder.cs Removed Paths: ------------- trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectListBuilder.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-05-18 06:30:08
|
Revision: 124 Author: rbeauchamp Date: 2006-05-17 23:29:48 -0700 (Wed, 17 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=124&view=rev Log Message: ----------- Completed support for the SQL searched CASE function. Yay! Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/Parameter.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/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/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/Function/Case.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/ScalarFunction.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/Constant.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Query.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ComparisonCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Facade/DomainObjects.Facade/QueryFacade.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/DomainObjectsConfigurationTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/IParameterizable.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/ISearchConditionContainer.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-05-16 16:06:50
|
Revision: 123 Author: rbeauchamp Date: 2006-05-16 09:06:37 -0700 (Tue, 16 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=123&view=rev Log Message: ----------- Adding support for case function. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/ScalarFunction.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/Constant.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/Case.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-05-16 15:09:17
|
Revision: 122 Author: rbeauchamp Date: 2006-05-16 08:08:58 -0700 (Tue, 16 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=122&view=rev Log Message: ----------- Fixed issue when a class that has sub-classes is outer joined in a query. Modified Paths: -------------- trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/src/Common/DomainObjects/AssertionFailedException.cs trunk/DomainObjects2/src/Common/DomainObjects/DomainObjectsException.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/SearchConditionClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/ConcreteTypeConstraintHandler.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/SubClassRelationship.cs trunk/DomainObjects2/testbed/CreateAndLoadDatabase.sql This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-05-15 16:06:45
|
Revision: 121 Author: rbeauchamp Date: 2006-05-15 09:06:14 -0700 (Mon, 15 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=121&view=rev Log Message: ----------- - Completed support for union, union all and having. - Implemented support for the SQL AVG function. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/ICommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SelectCommandBuilder.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/Expression/IColumn.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/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/Select/ObjectModelSelectStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/BetweenCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ComparisonCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/Average.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-05-15 05:35:50
|
Revision: 120 Author: rbeauchamp Date: 2006-05-14 22:35:38 -0700 (Sun, 14 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=120&view=rev Log Message: ----------- Continuing to implement support for union, union all and having. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SelectCommandBuilder.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/ObjectModel/Query.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Criteria.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/MySql/MySqlSelectCommandBuilder.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-05-12 14:59:51
|
Revision: 119 Author: rbeauchamp Date: 2006-05-12 07:59:14 -0700 (Fri, 12 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=119&view=rev Log Message: ----------- Continuing to implement support for union, union all and having. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandExecutionUtil.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/PagingSelectCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SelectCommandBuilder.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/Having/HavingClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/SearchConditionClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/WhereClause.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/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/QueryFactory.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/Criteria.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/GreaterThanFieldCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/LessThanFieldCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/NullCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/IDataProvider.cs trunk/DomainObjects2/src/Core/DomainObjects/PersistenceBroker.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Facade/DomainObjects.Facade/QueryFacade.cs trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/DbAccess/DataProvider/AbstractDataProvider.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-05-11 12:03:50
|
Revision: 118 Author: rbeauchamp Date: 2006-05-11 05:03:42 -0700 (Thu, 11 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=118&view=rev Log Message: ----------- Developing initial support for union, union all and having clauses. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/WhereClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Criteria.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Having/ trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Having/HavingClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/SearchConditionClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Query.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Union.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/UnionType.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-05-11 03:27:39
|
Revision: 117 Author: rbeauchamp Date: 2006-05-10 20:27:30 -0700 (Wed, 10 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=117&view=rev Log Message: ----------- - Added files required by the build. Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/DerivedColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/Constant.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-05-08 06:34:21
|
Revision: 115 Author: rbeauchamp Date: 2006-05-07 23:34:09 -0700 (Sun, 07 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=115&view=rev Log Message: ----------- - Fixed issue with PersistMtoNRelationships() - Added ability to specify whether Deserialization constructor should be generated. - Added ability to specify whether base property should be overriden. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectSet.cs 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/IAttributeDescriptor.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/Tool/Generator/DomainObjectGenerator.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-05-08 00:21:39
|
Revision: 114 Author: rbeauchamp Date: 2006-05-07 17:21:32 -0700 (Sun, 07 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=114&view=rev Log Message: ----------- - Fixed RepositoryGen unit tests. - Beginning to implement the CONVERT SQL function. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/DatePart.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Test/DomainObjects.Test/InternalDomainObjectsTestFixture.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/Convert.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-05-05 14:53:19
|
Revision: 113 Author: rbeauchamp Date: 2006-05-05 07:52:52 -0700 (Fri, 05 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=113&view=rev Log Message: ----------- - Fixed issue with how the WHERE clause was being built - Fixed issue when the first argument of a BetweenCriteria cannot be parameterized - Added OnAbort() to ITransactionAware - Added precondition that ComparisonCriteria compareToValue cannot be null Modified Paths: -------------- trunk/DomainObjects2/src/Common/DomainObjects/Transaction/ITransactionAware.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/WhereClause.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/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/Criteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ExistsCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/NullCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/ObjectTransaction.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Po/Product.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionAware.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2006-05-04 00:00:33
|
Revision: 112 Author: jansa Date: 2006-05-03 17:00:10 -0700 (Wed, 03 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=112&view=rev Log Message: ----------- Preparations for Oracle support. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/IDataProvider.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/CallContext.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/MySql/MySqlDataProvider.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServerDataProvider.cs trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/DbAccess/DataProvider/AbstractDataProvider.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2006-05-03 23:55:13
|
Revision: 111 Author: jansa Date: 2006-05-03 16:54:59 -0700 (Wed, 03 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=111&view=rev Log Message: ----------- Added (very) preliminary script for Oracle. Added Paths: ----------- trunk/DomainObjects2/testbed/oracle/ trunk/DomainObjects2/testbed/oracle/CreateDatabase.SQL This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2006-05-03 23:53:18
|
Revision: 110 Author: jansa Date: 2006-05-03 16:53:11 -0700 (Wed, 03 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=110&view=rev Log Message: ----------- Updated script for MySql to match SQL Server script. Modified Paths: -------------- trunk/DomainObjects2/testbed/mysql/CreateDatabase.SQL This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-05-02 18:25:02
|
Revision: 109 Author: rbeauchamp Date: 2006-05-02 09:38:57 -0700 (Tue, 02 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=109&view=rev Log Message: ----------- Fixed Serialization, OrderBy, and Function issues. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SelectCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Select/SelectResultsTable.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/IsNull.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/Max.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/ScalarFunction.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/Field.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/IntersectionTableColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/IntersectionTableColumnType.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/CollectionRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/CrossJoinRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/FieldRelatedClass.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/FieldRelationship.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/ReferenceRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Relationship.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/RootClass.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/SubClass.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/SubClassRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/BetweenCriteria.cs trunk/DomainObjects2/src/Facade/DomainObjects.Facade/QueryFacade.cs 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/FieldDescriptor.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/FieldDescriptorList.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/IAttributeDescriptorList.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/IReferenceDescriptorList.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/TypeList.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/TypeNameToFieldDescriptorListMap.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/SerializationTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-05-02 15:14:50
|
Revision: 108 Author: rbeauchamp Date: 2006-05-02 08:14:27 -0700 (Tue, 02 May 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=108&view=rev Log Message: ----------- Fixed issue with serialization. Modified Paths: -------------- trunk/DomainObjects2/build.xml trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/Po/EditableObject.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/OptimisticConcurrencyTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj trunk/DomainObjects2/src/Test/Properties/AssemblyInfo.cs trunk/DomainObjects2/src/TestDataLoader/DomainObjects/Test/TestDataLoader/Loader.cs trunk/DomainObjects2/src/TestDataLoader/DomainObjects/Test/TestDataLoader/Reader.cs trunk/DomainObjects2/testbed/CreateAndLoadDatabase.sql This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-05-01 06:17:13
|
Revision: 107 Author: rbeauchamp Date: 2006-04-30 23:16:51 -0700 (Sun, 30 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=107&view=rev Log Message: ----------- Bug fixes and enhancements. Modified Paths: -------------- trunk/DomainObjects2/src/Common/DomainObjects/Transaction/TransactionAttribute.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectInitializer.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectValueAccessor.cs trunk/DomainObjects2/src/Core/DomainObjects/PersistenceBroker.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/ICreatable.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/LazyLoadingObjectProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/TransactableObjectProxy.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/Facade/DomainObjects.Facade/ProxyFacade.cs trunk/DomainObjects2/src/Facade/DomainObjects.Facade/SingleThreadedUnitOfWork.cs trunk/DomainObjects2/src/Facade/DomainObjects.Facade.dll.csproj trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/Po/EditableObject.cs trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/Po/ImmutableObject.cs trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/Transaction/Service.cs trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects.FrameworkBaseTypes.dll.csproj trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/CollectionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/MtoNTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/OptimisticConcurrencyTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ServerSideSequencerTests.cs Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/Po/AfterInsertEventHandler.cs trunk/DomainObjects2/src/Facade/DomainObjects.Facade/ServiceActivator.cs trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/Transaction/IService.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-04-28 17:58:43
|
Revision: 106 Author: rbeauchamp Date: 2006-04-28 10:58:30 -0700 (Fri, 28 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=106&view=rev Log Message: ----------- Added ability to specify an ITransactionAware type in the TransactionAttribute constructor. Modified Paths: -------------- trunk/DomainObjects2/src/Common/DomainObjects/Transaction/TransactionAttribute.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/CallContext.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/ObjectTransaction.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/TransactionContext.cs trunk/DomainObjects2/src/Facade/DomainObjects.Facade/Test/TransactionalTestFixture.cs trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/Transaction/Service.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/TransactionAwareTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj trunk/DomainObjects2/src/TestDataLoader/DomainObjects/Test/TestDataLoader/Loader.cs Added 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-04-28 16:33:50
|
Revision: 105 Author: rbeauchamp Date: 2006-04-28 09:33:41 -0700 (Fri, 28 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=105&view=rev Log Message: ----------- - Fixed issue where concrete type constraints need to be ANDed in the SQL statement. - SubCriteria is not converted to a where clause if it is empty. - Fixed issue where the concrete type constraint criteria was being built to early in the statement building process. - Fixed TestDataLoader issue. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/WhereClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Criteria.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Po/Product.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |