domainobjects-subversion Mailing List for DomainObjects for .NET (Page 16)
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-04-28 16:15:45
|
Revision: 104 Author: rbeauchamp Date: 2006-04-28 09:15:33 -0700 (Fri, 28 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=104&view=rev Log Message: ----------- Criteria does not convert AddNotEquals to an AddNotLike when the field contains underscores Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Criteria.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-04-27 16:42:48
|
Revision: 103 Author: rbeauchamp Date: 2006-04-27 09:42:25 -0700 (Thu, 27 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=103&view=rev Log Message: ----------- Implemented support for additional SQL functions. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/Count.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/DatePart.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/IsNull.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/IField.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/IntersectionTableColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/ScalarField.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/DateDiff.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/GetDate.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/Max.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/PartOfDateTime.cs trunk/DomainObjects2/src/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: <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-04-26 08:13:21
|
Revision: 101 Author: rbeauchamp Date: 2006-04-26 01:13:05 -0700 (Wed, 26 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=101&view=rev Log Message: ----------- - Changed ClassDescriptor.CacheInstances to ClassDescriptor.RetrieveFromCache and implemented usage of the attribute. - Fixed issue with CollectionRelationship - Improved singleton implementation in ObjectCacheFactory Modified Paths: -------------- trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/src/Core/DomainObjects/Cache/ObjectCacheFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/CollectionRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/MtoNCollectionRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/PersistenceBroker.cs trunk/DomainObjects2/src/Core/DomainObjects/Po/Identity.cs trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/Transaction/Service.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/ClassDescriptor.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-04-26 01:37:30
|
Revision: 100 Author: rbeauchamp Date: 2006-04-25 18:37:24 -0700 (Tue, 25 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=100&view=rev Log Message: ----------- ClassDescriptor.GetFullTableName() now asserts that the return value is not null. Modified Paths: -------------- trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/ClassDescriptor.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 18:58:36
|
Revision: 99 Author: rbeauchamp Date: 2006-04-25 11:58:26 -0700 (Tue, 25 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=99&view=rev Log Message: ----------- Fixed how AttributeDescriptorOverrides were accessing their PropertyName. Modified Paths: -------------- trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/AttributeDescriptorOverride.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/ClassDescriptor.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/DescriptorRepository.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/ReferenceDescriptorOverride.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/RelationshipDescriptorOverride.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/Tool/Generator/DomainObjectGenerator.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 16:36:32
|
Revision: 98 Author: rbeauchamp Date: 2006-04-25 09:36:27 -0700 (Tue, 25 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=98&view=rev Log Message: ----------- Added GetKey() to IField which returns a string representation of the hashcode that uniquely identifies the field instance. Modified Paths: -------------- 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/IntersectionTableColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/ScalarField.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 16:32:10
|
Revision: 97 Author: rbeauchamp Date: 2006-04-25 09:32:01 -0700 (Tue, 25 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=97&view=rev Log Message: ----------- Added unit test and fixed case when the OrderByFieldId attribute is specified in a CollectionDescriptor. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/QueryFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectInitializer.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/CollectionTests.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 11:07:05
|
Revision: 96 Author: rbeauchamp Date: 2006-04-25 04:06:51 -0700 (Tue, 25 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=96&view=rev Log Message: ----------- Removed BaseInterfaceName attribute from Repository.xsd. Modified Paths: -------------- trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/ClassDescriptor.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/DescriptorRepository.cs trunk/DomainObjects2/src/Metadata/Repository.xsd trunk/DomainObjects2/src/Test/DomainObjects.Test/Resource/DomainObjectGenTests/GenerateClasses.xml trunk/DomainObjects2/src/Test/DomainObjects.Test/Resource/EditDescriptorRepositoryTests/InsertRelationshipDescriptorIds.xml trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/CollectionTests.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 10:44:55
|
Revision: 95 Author: rbeauchamp Date: 2006-04-25 03:44:50 -0700 (Tue, 25 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=95&view=rev Log Message: ----------- - Removing empty directories. Removed Paths: ------------- trunk/DomainObjects2/src/Facade/DomainObjects.Facade/Persist/ trunk/DomainObjects2/src/Facade/DomainObjects.Facade/Proxy/ trunk/DomainObjects2/src/Facade/DomainObjects.Facade/Query/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-04-25 10:44:38
|
Revision: 94 Author: rbeauchamp Date: 2006-04-25 03:44:29 -0700 (Tue, 25 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=94&view=rev Log Message: ----------- Fixed issue with closing the TransactionContext. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Transaction/CallContext.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/TransactionContext.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. |
From: <rbe...@us...> - 2006-04-25 10:17:36
|
Revision: 93 Author: rbeauchamp Date: 2006-04-25 03:16:59 -0700 (Tue, 25 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=93&view=rev Log Message: ----------- - Moved facade classes to the Facade namespace. Modified Paths: -------------- trunk/DomainObjects2/src/Facade/DomainObjects.Facade.dll.csproj trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/AdoNetTransactionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/CacheTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/CollectionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ForeignKeyTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/InheritanceHierarchyToSingleTableMappingTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/MtoNTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/MutatorAttributeTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/NullableTypesTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectBuilderTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectGraphTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectReferenceTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectTransactionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/OptimisticConcurrencyTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/PagingTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/PerformanceTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/PersistenceBrokerTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/PrimaryKeyTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ProxyTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/SerializationTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ServerSideSequencerTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/TransactionAttributeTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/TransactionAwareTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/TransactionBoundaryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/outerjointests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionRequiredService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionRequiredService2.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionSupportedService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionalService.cs trunk/DomainObjects2/src/TestDataLoader/DomainObjects/Test/TestDataLoader/Loader.cs trunk/DomainObjects2/src/TestDataLoader/DomainObjects/Test/TestDataLoader/Reader.cs trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/TransactionFacade.cs trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/TutorialTests.cs Added Paths: ----------- trunk/DomainObjects2/src/Facade/DomainObjects.Facade/BindUtil.cs trunk/DomainObjects2/src/Facade/DomainObjects.Facade/PersistenceFacade.cs trunk/DomainObjects2/src/Facade/DomainObjects.Facade/ProxyFacade.cs trunk/DomainObjects2/src/Facade/DomainObjects.Facade/QueryFacade.cs Removed Paths: ------------- trunk/DomainObjects2/src/Facade/DomainObjects.Facade/Persist/BindUtil.cs trunk/DomainObjects2/src/Facade/DomainObjects.Facade/Persist/PersistenceFacade.cs trunk/DomainObjects2/src/Facade/DomainObjects.Facade/Proxy/ProxyFacade.cs trunk/DomainObjects2/src/Facade/DomainObjects.Facade/Query/QueryFacade.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 10:03:20
|
Revision: 92 Author: rbeauchamp Date: 2006-04-25 03:03:14 -0700 (Tue, 25 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=92&view=rev Log Message: ----------- - Added method to remove characters that are legal in a table name but illegal in a correlation name. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.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:41:22
|
Revision: 91 Author: rbeauchamp Date: 2006-04-25 02:41:10 -0700 (Tue, 25 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=91&view=rev Log Message: ----------- - Moved the Service class to the Transaction namespace. - Subclasses of Service must be sealed to reliably implement the singleton pattern. Added this validation to the Service class. Modified Paths: -------------- trunk/DomainObjects2/src/Facade/DomainObjects.Facade/Persist/PersistenceFacade.cs trunk/DomainObjects2/src/Facade/DomainObjects.Facade/Query/QueryFacade.cs trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/Transaction/Service.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionNotSupportedService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionRequiredService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionRequiredService2.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionSupportedService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionalService.cs trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/TransactionFacade.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:21:09
|
Revision: 90 Author: rbeauchamp Date: 2006-04-25 02:21:01 -0700 (Tue, 25 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=90&view=rev Log Message: ----------- - Removed XmlSchemaValidationFlags.ProcessSchemaLocation from Descriptor repository. Was causing errors during deserialization. Modified Paths: -------------- trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/DescriptorRepository.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-25 08:42:38
|
Revision: 88 Author: rbeauchamp Date: 2006-04-25 01:42:12 -0700 (Tue, 25 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=88&view=rev Log Message: ----------- - Added ability to for subclasses of EditableObject and ImmutableObject to add functionality to Delete() via a call to OnDelete(). - Added GetCount() to IField. Modified Paths: -------------- trunk/DomainObjects2/fxcop/DomainObjects.FxCop trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/Count.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/IntersectionTableColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/ScalarField.cs trunk/DomainObjects2/src/Extensions/DomainObjects.Extensions.dll.csproj trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/Po/EditableObject.cs trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/Po/ImmutableObject.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2006-04-19 20:39:55
|
Revision: 87 Author: jansa Date: 2006-04-19 13:38:50 -0700 (Wed, 19 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=87&view=rev Log Message: ----------- Refactoring to support MySql. (all 130 unit tests pass for SQL Server, 127 unit tests pass for MySql.) Modified Paths: -------------- trunk/DomainObjects2/resource/app.config trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandExecutionUtil.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/DeleteCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/InsertCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/InsertManyToManyCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/PagingSelectCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SelectByPkCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SelectCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelDeleteStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/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/From/Table.cs 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/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/UpdateCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/IDataProvider.cs trunk/DomainObjects2/src/Core/DomainObjects/PersistenceBroker.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/MySql/MySqlDataProvider.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/Oracle/OracleDataProvider.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServerDataProvider.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServerDataProviderWithIdentitySupport.cs trunk/DomainObjects2/src/Extensions/DomainObjects.Extensions.dll.csproj trunk/DomainObjects2/src/FrameworkBaseTypes/DomainObjects/DbAccess/DataProvider/AbstractDataProvider.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/MtoNTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj Added Paths: ----------- trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/ trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/ trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/DbModel/ trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/DbModel/MySql/ trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/DbModel/MySql/MySqlDbModelDeleteStatement.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/DbModel/MySql/MySqlDbModelSelectStatement.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/DbModel/MySql/MySqlDbModelUpdateStatement.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/DbModel/SqlServer/ trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/MySql/ trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/MySql/MySqlDeleteCommandBuilder.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/MySql/MySqlInsertCommandBuilder.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/MySql/MySqlSelectCommandBuilder.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/MySql/MySqlUpdateCommandBuilder.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2006-04-18 06:00:36
|
Revision: 86 Author: jansa Date: 2006-04-17 23:00:28 -0700 (Mon, 17 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=86&view=rev Log Message: ----------- Removed unneeded .cvsignore files. Removed Paths: ------------- trunk/DomainObjects2/.cvsignore trunk/DomainObjects2/model/data/.cvsignore trunk/DomainObjects2/resource/.cvsignore This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2006-04-18 05:58:30
|
Revision: 85 Author: jansa Date: 2006-04-17 22:58:24 -0700 (Mon, 17 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=85&view=rev Log Message: ----------- Added script to create the unit test database on MySql. Added Paths: ----------- trunk/DomainObjects2/testbed/mysql/ 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-04-17 15:30:41
|
Revision: 84 Author: rbeauchamp Date: 2006-04-17 08:29:02 -0700 (Mon, 17 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=84&view=rev Log Message: ----------- - Upgraded to latest version of NUnit. - Upgraded to latest version of NAnt. - Reintroduced ability to generate interfaces based on a ClassDescriptor. Modified Paths: -------------- trunk/DomainObjects2/bin/nant/lib/ICSharpCode.SharpCvsLib.Console.dll trunk/DomainObjects2/bin/nant/lib/ICSharpCode.SharpCvsLib.dll trunk/DomainObjects2/bin/nant/lib/ICSharpCode.SharpZipLib.dll trunk/DomainObjects2/bin/nant/lib/net/2.0/nunit.core.dll trunk/DomainObjects2/bin/nant/lib/net/2.0/nunit.framework.dll trunk/DomainObjects2/bin/nant/lib/net/2.0/nunit.util.dll trunk/DomainObjects2/build.xml trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/ClassDescriptor.cs trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata/Tool/Generator/DomainObjectGenerator.cs trunk/DomainObjects2/src/Metadata/Repository.xsd trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj Added Paths: ----------- trunk/DomainObjects2/TestResult.xml trunk/DomainObjects2/bin/nant/NAnt.CompressionTasks.dll trunk/DomainObjects2/bin/nant/NAnt.CompressionTasks.xml trunk/DomainObjects2/bin/nant/NAnt.Core.dll trunk/DomainObjects2/bin/nant/NAnt.Core.xml trunk/DomainObjects2/bin/nant/NAnt.DotNetTasks.dll trunk/DomainObjects2/bin/nant/NAnt.DotNetTasks.xml trunk/DomainObjects2/bin/nant/NAnt.MSNetTasks.dll trunk/DomainObjects2/bin/nant/NAnt.MSNetTasks.xml trunk/DomainObjects2/bin/nant/NAnt.NUnit.dll trunk/DomainObjects2/bin/nant/NAnt.NUnit.xml trunk/DomainObjects2/bin/nant/NAnt.NUnit1Tasks.dll trunk/DomainObjects2/bin/nant/NAnt.NUnit1Tasks.xml trunk/DomainObjects2/bin/nant/NAnt.NUnit2Tasks.dll trunk/DomainObjects2/bin/nant/NAnt.NUnit2Tasks.xml trunk/DomainObjects2/bin/nant/NAnt.Resources.dll trunk/DomainObjects2/bin/nant/NAnt.SourceControlTasks.dll trunk/DomainObjects2/bin/nant/NAnt.SourceControlTasks.xml trunk/DomainObjects2/bin/nant/NAnt.VSNetTasks.dll trunk/DomainObjects2/bin/nant/NAnt.VSNetTasks.xml trunk/DomainObjects2/bin/nant/NAnt.VisualCppTasks.dll trunk/DomainObjects2/bin/nant/NAnt.VisualCppTasks.xml trunk/DomainObjects2/bin/nant/NAnt.Win32Tasks.dll trunk/DomainObjects2/bin/nant/NAnt.Win32Tasks.xml trunk/DomainObjects2/bin/nant/NAnt.exe trunk/DomainObjects2/bin/nant/NAnt.exe.config trunk/DomainObjects2/bin/nant/NAnt.xml trunk/DomainObjects2/bin/nant/NDoc.Documenter.NAnt.dll trunk/DomainObjects2/bin/nant/log4net.dll trunk/DomainObjects2/bin/nant/scvs.exe trunk/DomainObjects2/bin/nunit/NUnitTests.config trunk/DomainObjects2/bin/nunit/NUnitTests.nunit trunk/DomainObjects2/bin/nunit/TestResult.xml trunk/DomainObjects2/bin/nunit/clr.bat trunk/DomainObjects2/bin/nunit/mock-assembly.dll trunk/DomainObjects2/bin/nunit/mock-assembly.dll.config trunk/DomainObjects2/bin/nunit/nonamespace-assembly.dll trunk/DomainObjects2/bin/nunit/notestfixtures-assembly.dll trunk/DomainObjects2/bin/nunit/nunit-console-runner.dll trunk/DomainObjects2/bin/nunit/nunit-console.exe trunk/DomainObjects2/bin/nunit/nunit-console.exe.config trunk/DomainObjects2/bin/nunit/nunit-console.tests.dll trunk/DomainObjects2/bin/nunit/nunit-gui-runner.dll trunk/DomainObjects2/bin/nunit/nunit-gui.exe trunk/DomainObjects2/bin/nunit/nunit-gui.exe.config trunk/DomainObjects2/bin/nunit/nunit-gui.tests.dll trunk/DomainObjects2/bin/nunit/nunit-server.exe trunk/DomainObjects2/bin/nunit/nunit-server.tests.dll trunk/DomainObjects2/bin/nunit/nunit-test-server.dll trunk/DomainObjects2/bin/nunit/nunit.core.dll trunk/DomainObjects2/bin/nunit/nunit.core.extensions.dll trunk/DomainObjects2/bin/nunit/nunit.extensions.tests.dll trunk/DomainObjects2/bin/nunit/nunit.framework.dll trunk/DomainObjects2/bin/nunit/nunit.framework.tests.dll trunk/DomainObjects2/bin/nunit/nunit.mocks.dll trunk/DomainObjects2/bin/nunit/nunit.mocks.tests.dll trunk/DomainObjects2/bin/nunit/nunit.uikit.dll trunk/DomainObjects2/bin/nunit/nunit.uikit.tests.dll trunk/DomainObjects2/bin/nunit/nunit.util.dll trunk/DomainObjects2/bin/nunit/nunit.util.tests.dll trunk/DomainObjects2/bin/nunit/test-utilities.dll trunk/DomainObjects2/bin/nunit/timing-tests.dll trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Po/Role.cs Removed Paths: ------------- trunk/DomainObjects2/bin/nant/NAnt.CompressionTasks.dll trunk/DomainObjects2/bin/nant/NAnt.CompressionTasks.xml trunk/DomainObjects2/bin/nant/NAnt.Core.dll trunk/DomainObjects2/bin/nant/NAnt.Core.xml trunk/DomainObjects2/bin/nant/NAnt.DotNetTasks.dll trunk/DomainObjects2/bin/nant/NAnt.DotNetTasks.xml trunk/DomainObjects2/bin/nant/NAnt.MSNetTasks.dll trunk/DomainObjects2/bin/nant/NAnt.MSNetTasks.xml trunk/DomainObjects2/bin/nant/NAnt.NUnit.dll trunk/DomainObjects2/bin/nant/NAnt.NUnit.xml trunk/DomainObjects2/bin/nant/NAnt.NUnit1Tasks.dll trunk/DomainObjects2/bin/nant/NAnt.NUnit1Tasks.xml trunk/DomainObjects2/bin/nant/NAnt.NUnit2Tasks.dll trunk/DomainObjects2/bin/nant/NAnt.NUnit2Tasks.xml trunk/DomainObjects2/bin/nant/NAnt.Resources.dll trunk/DomainObjects2/bin/nant/NAnt.SourceControlTasks.dll trunk/DomainObjects2/bin/nant/NAnt.SourceControlTasks.xml trunk/DomainObjects2/bin/nant/NAnt.VSNetTasks.dll trunk/DomainObjects2/bin/nant/NAnt.VSNetTasks.xml trunk/DomainObjects2/bin/nant/NAnt.VisualCppTasks.dll trunk/DomainObjects2/bin/nant/NAnt.VisualCppTasks.xml trunk/DomainObjects2/bin/nant/NAnt.Win32Tasks.dll trunk/DomainObjects2/bin/nant/NAnt.Win32Tasks.xml trunk/DomainObjects2/bin/nant/NAnt.exe trunk/DomainObjects2/bin/nant/NAnt.exe.config trunk/DomainObjects2/bin/nant/NAnt.xml trunk/DomainObjects2/bin/nant/NDoc.Documenter.NAnt.dll trunk/DomainObjects2/bin/nant/log4net.dll trunk/DomainObjects2/bin/nant/scvs.exe trunk/DomainObjects2/bin/nunit/NUnitTests.config trunk/DomainObjects2/bin/nunit/NUnitTests.nunit trunk/DomainObjects2/bin/nunit/Results.xsd trunk/DomainObjects2/bin/nunit/TestResult.xml trunk/DomainObjects2/bin/nunit/configtest.dll trunk/DomainObjects2/bin/nunit/configtest.dll.config trunk/DomainObjects2/bin/nunit/mock-assembly.dll trunk/DomainObjects2/bin/nunit/mock-assembly.dll.config trunk/DomainObjects2/bin/nunit/nonamespace-assembly.dll trunk/DomainObjects2/bin/nunit/notestfixtures-assembly.dll trunk/DomainObjects2/bin/nunit/nunit-console-runner.dll trunk/DomainObjects2/bin/nunit/nunit-console.exe trunk/DomainObjects2/bin/nunit/nunit-console.exe.config trunk/DomainObjects2/bin/nunit/nunit-console.tests.dll trunk/DomainObjects2/bin/nunit/nunit-gui-runner.dll trunk/DomainObjects2/bin/nunit/nunit-gui.exe trunk/DomainObjects2/bin/nunit/nunit-gui.exe.config trunk/DomainObjects2/bin/nunit/nunit-gui.tests.dll trunk/DomainObjects2/bin/nunit/nunit.core.dll trunk/DomainObjects2/bin/nunit/nunit.extensions.dll trunk/DomainObjects2/bin/nunit/nunit.framework.dll trunk/DomainObjects2/bin/nunit/nunit.framework.tests.dll trunk/DomainObjects2/bin/nunit/nunit.mocks.dll trunk/DomainObjects2/bin/nunit/nunit.mocks.tests.dll trunk/DomainObjects2/bin/nunit/nunit.uikit.dll trunk/DomainObjects2/bin/nunit/nunit.uikit.tests.dll trunk/DomainObjects2/bin/nunit/nunit.util.dll trunk/DomainObjects2/bin/nunit/nunit.util.tests.dll trunk/DomainObjects2/bin/nunit/test-utilities.dll trunk/DomainObjects2/bin/nunit/timing-tests.dll This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2006-04-16 21:57:34
|
Revision: 83 Author: jansa Date: 2006-04-16 14:57:28 -0700 (Sun, 16 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=83&view=rev Log Message: ----------- Removing unneeded/outdated files. Removed Paths: ------------- trunk/DomainObjects2/src/Metadata/DomainObjects.Metadata.dll.csproj.user This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2006-04-16 21:55:26
|
Revision: 82 Author: jansa Date: 2006-04-16 14:55:19 -0700 (Sun, 16 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=82&view=rev Log Message: ----------- Removing unneeded files. Removed Paths: ------------- trunk/DomainObjects2/src/Framework/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2006-04-16 21:54:27
|
Revision: 81 Author: jansa Date: 2006-04-16 14:54:17 -0700 (Sun, 16 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=81&view=rev Log Message: ----------- Removing unneeded/outdated files. Removed Paths: ------------- trunk/DomainObjects2/src/Core/DomainObjects/DatabaseAccess/ trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj.user This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2006-04-16 21:43:27
|
Revision: 80 Author: jansa Date: 2006-04-16 14:42:56 -0700 (Sun, 16 Apr 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=80&view=rev Log Message: ----------- Removed unneeded .cvsignore files. Removed Paths: ------------- trunk/DomainObjects2/src/Common/.cvsignore trunk/DomainObjects2/src/Core/.cvsignore trunk/DomainObjects2/src/Documentation/.cvsignore trunk/DomainObjects2/src/DomainObjectGen/.cvsignore trunk/DomainObjects2/src/Facade/.cvsignore trunk/DomainObjects2/src/Framework/.cvsignore trunk/DomainObjects2/src/Manager/.cvsignore trunk/DomainObjects2/src/Mapper/.cvsignore trunk/DomainObjects2/src/Metadata/.cvsignore trunk/DomainObjects2/src/RepositoryGen/.cvsignore trunk/DomainObjects2/src/Test/.cvsignore trunk/DomainObjects2/src/TestDataLoader/.cvsignore trunk/DomainObjects2/src/TestWithoutIdentitySupport/.cvsignore trunk/DomainObjects2/src/Tutorial/.cvsignore This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |