Thread: [DomainObjects-Subversion] SF.net SVN: domainobjects: [73] trunk/DomainObjects2/src/Test/DomainObjec
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2006-04-16 06:02:33
|
Revision: 73 Author: rbeauchamp Date: 2006-04-15 23:02:26 -0700 (Sat, 15 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=73&view=rev Log Message: ----------- Fixed SerializationTests test fixture. Modified Paths: -------------- trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/Po/EditableObject.cs trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/Po/PersistableObject.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-04-25 09:14:03
|
Revision: 89 Author: rbeauchamp Date: 2006-04-25 02:13:53 -0700 (Tue, 25 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=89&view=rev Log Message: ----------- - Made Field.AttributeDescriptor public. - Added getter within the GenerateQueryFields to access the _sqlStatementClass field. Enables end users to manually complete the reference path in their code. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/Field.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/Tool/Generator/DomainObjectGenerator.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/DomainObjectGeneratorTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-04-26 14:51:43
|
Revision: 102 Author: rbeauchamp Date: 2006-04-26 07:51:31 -0700 (Wed, 26 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=102&view=rev Log Message: ----------- - Added code to ensure that all tables and joins are built as a result of explicit select fields. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Select/SelectResultsTable.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelSqlStatement.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.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-08-09 02:34:28
|
Revision: 197 Author: rbeauchamp Date: 2006-08-08 19:34:14 -0700 (Tue, 08 Aug 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=197&view=rev Log Message: ----------- Implemented feature request [ 1532030 ] Convert .NET type to DbType in case statement. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Constant.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Case.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/Generator/OleDbTypeToDbType.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-08-09 03:08:16
|
Revision: 198 Author: rbeauchamp Date: 2006-08-08 20:08:05 -0700 (Tue, 08 Aug 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=198&view=rev Log Message: ----------- Fixed bug [ 1537125 ] Exception while executing a sum of a case query. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/ScalarField.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Case.cs trunk/DomainObjects2/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...> - 2006-08-11 20:38:52
|
Revision: 199 Author: dkondratiuk Date: 2006-08-11 13:38:31 -0700 (Fri, 11 Aug 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=199&view=rev Log Message: ----------- Bug fix using the ReplaceNull with strings (QueryTests.ReplaceNullFunctionWithStringValues) Implementation of the test QueryTests.LongStringsAreAllowedInWhereClauses using Oracle Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/ReplaceNull.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/Oracle/OracleDataProvider.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |