Thread: [DomainObjects-Subversion] SF.net SVN: domainobjects: [311] trunk/DomainObjects2 (Page 3)
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2007-07-01 05:47:32
|
Revision: 311 http://svn.sourceforge.net/domainobjects/?rev=311&view=rev Author: rbeauchamp Date: 2007-06-30 22:47:25 -0700 (Sat, 30 Jun 2007) Log Message: ----------- - Fixed issue with constraining type if SQL statement contains inner join unique to that type. See unit test INClauseAddedWhenInnerJoinIsNotUniqueToType(). - Added precondition checks to ensure that compare-to-values are valid before creating a criteria. Modified Paths: -------------- trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/RootClass.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/DbAccess/Command/SqlStatement/ObjectModel/Where/InSubqueryCriteria.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs trunk/DomainObjects2/testbed/CreateDatabase.sql trunk/DomainObjects2/testbed/CreateDatabaseWithoutIdentity.sql This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-08-26 11:11:18
|
Revision: 316 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=316&view=rev Author: rbeauchamp Date: 2007-08-25 08:43:04 -0700 (Sat, 25 Aug 2007) Log Message: ----------- - Added ability to serialize a PersistableObject via XmlSerializer. See unit test XmlSerializePersistableObject(). Modified Paths: -------------- trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Collection.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/EditableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/FieldRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/PersistableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Reference.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/TransactableObject.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/BaseType.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/RootObject.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/SubType.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/SerializationTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj Added Paths: ----------- trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/AcousticGuitar.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/Guitar.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/ProductCategory.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-09-04 05:58:24
|
Revision: 323 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=323&view=rev Author: rbeauchamp Date: 2007-09-03 22:58:23 -0700 (Mon, 03 Sep 2007) Log Message: ----------- - Simplified the creation of a subclass relationship in a reference path. Modified Paths: -------------- trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/RootClass.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/SubClassRelationship.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/GeneratedReferencePathTests.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...> - 2007-09-08 06:10:13
|
Revision: 327 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=327&view=rev Author: rbeauchamp Date: 2007-09-07 23:10:11 -0700 (Fri, 07 Sep 2007) Log Message: ----------- - Simplified the unit test configuration so that the first-time user can easily run the unit tests. Modified Paths: -------------- trunk/DomainObjects2/build.xml trunk/DomainObjects2/src/Test/DomainObjects.Test/InternalDomainObjectsTestFixture.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Properties/UnitTestProperties.xml trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/DomainObjectGeneratorTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/EditDescriptorRepositoryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/RepositoryGenTests.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...> - 2007-09-10 03:58:43
|
Revision: 328 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=328&view=rev Author: rbeauchamp Date: 2007-09-09 20:58:31 -0700 (Sun, 09 Sep 2007) Log Message: ----------- - Preparing for DomainObjects release 1.2.0. Modified Paths: -------------- trunk/DomainObjects2/ReleaseLog.txt trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/ConvertTo.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-10-05 04:16:48
|
Revision: 334 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=334&view=rev Author: rbeauchamp Date: 2007-10-04 21:16:46 -0700 (Thu, 04 Oct 2007) Log Message: ----------- - Implemented the DateAdd function. See FunctionTests.DateAdd() for a usage example. Modified Paths: -------------- trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjectGen.exe trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjects.Core.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjects.Extensions.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/Mapper.exe trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/RepositoryGen.exe trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/AbstractDataProvider.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Constant.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Field.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/DateDiff.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/Facade/Command/Function/DateAdd.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-10-06 11:20:41
|
Revision: 335 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=335&view=rev Author: rbeauchamp Date: 2007-10-06 04:20:39 -0700 (Sat, 06 Oct 2007) Log Message: ----------- - Fixed issue where the left side of a comparison criteria was not being parameterized. See unit test FunctionTests.DateDiffWithDateAdd(). Modified Paths: -------------- trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjectGen.exe trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjects.Core.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjects.Extensions.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/Mapper.exe trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/RepositoryGen.exe trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/IParameterizable.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/IntersectionTableColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/OrderByField.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/EqualToCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/GreaterThanCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Criteria.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/ColumnField.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Constant.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Field.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Null.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Key.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...> - 2007-10-09 05:53:42
|
Revision: 336 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=336&view=rev Author: rbeauchamp Date: 2007-10-08 22:53:35 -0700 (Mon, 08 Oct 2007) Log Message: ----------- - Made Criteria.AddInSubquery() a generic method to improve the type-safety of the generated subquery and fix issue where if the compareToField was a function, then a NullReferenceException was being thrown. - Updating schema to support new unit tests around subclasses that are peers in an inheritance hierarchy. Modified Paths: -------------- trunk/DomainObjects2/SampleApplications/BankOfDavis/BankOfDavis.suo trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjectGen.exe trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjects.Core.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjects.Extensions.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/Mapper.exe trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/RepositoryGen.exe trunk/DomainObjects2/SampleApplications/BankOfDavis/Domain/DomainSchema/ConceptualModel.orm trunk/DomainObjects2/bin/gen.bat trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/InternalQuery.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InSubqueryCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Criteria.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/TransactionAttributeTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj trunk/DomainObjects2/testbed/CreateDatabase.sql trunk/DomainObjects2/testbed/CreateDatabaseWithoutIdentity.sql Added Paths: ----------- trunk/DomainObjects2/src/Test/DomainObjects.Test/Resource/DomainObjects.DCIL.xml trunk/DomainObjects2/src/Test/DomainObjects.Test/Resource/DomainObjects.DDIL.xml trunk/DomainObjects2/src/Test/DomainObjects.Test/Resource/DomainObjects.SQLServer.sql trunk/DomainObjects2/src/Test/DomainObjects.Test/Resource/DomainObjects._ORMCustomToolReport.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Resource/DomainObjects.orm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-10-13 16:50:26
|
Revision: 337 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=337&view=rev Author: rbeauchamp Date: 2007-10-13 09:50:17 -0700 (Sat, 13 Oct 2007) Log Message: ----------- - Added ability to perform a correlated subquery. See the unit tests in CorrelatedSubqueryTests. Modified Paths: -------------- trunk/DomainObjects2/SampleApplications/BankOfDavis/BankOfDavis.suo trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjectGen.exe trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjects.Core.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjects.Extensions.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/Mapper.exe trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/RepositoryGen.exe trunk/DomainObjects2/bin/gen.bat trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/src/Core/DomainObjects/Contract/Assert.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/From/Table.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/IDbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Select/SelectResultsTable.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/ConcreteTypeConstraintHandler.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/ScalarFunction.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/IntersectionTableColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/OrderByField.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/InCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InSubqueryCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/NullCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/AbstractDataProvider.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Criteria.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/ColumnField.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Constant.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Field.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Null.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/Access/Access2000DataProvider.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/Oracle/OracleDataProvider.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/InheritanceHierarchyToSingleTableMappingTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj trunk/DomainObjects2/src/TestDataLoader/DomainObjects/Test/TestDataLoader/Loader.cs trunk/DomainObjects2/testbed/CreateDatabase.sql trunk/DomainObjects2/testbed/CreateDatabaseWithoutIdentity.sql Added Paths: ----------- trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/CorrelatedSubqueryTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-10-19 19:31:10
|
Revision: 338 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=338&view=rev Author: rbeauchamp Date: 2007-10-19 12:31:08 -0700 (Fri, 19 Oct 2007) Log Message: ----------- - Implementing Criteria.AddExists() and Criteria.AddNotExists() Modified Paths: -------------- trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjectGen.exe trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjects.Core.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjects.Extensions.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/Mapper.exe trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/RepositoryGen.exe trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CriteriaToParameterListMap.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.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/ObjectModel/Where/BetweenCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/CompareToFieldCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ComparisonCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/EqualToCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ExistsCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/GreaterThanCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InSubqueryCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/LessThanCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/LikeCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ValueCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Criteria.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj 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...> - 2007-10-20 12:27:43
|
Revision: 340 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=340&view=rev Author: rbeauchamp Date: 2007-10-20 05:27:36 -0700 (Sat, 20 Oct 2007) Log Message: ----------- - Added unit tests for Criteria.AddExists() and Criteria.AddNotExists() - Updated copyright statements years. Modified Paths: -------------- trunk/DomainObjects2/ReleaseLog.txt trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjectGen.exe trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjects.Core.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjects.Extensions.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/Mapper.exe trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/RepositoryGen.exe trunk/DomainObjects2/build.xml trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/resource/Repository.xsd trunk/DomainObjects2/resource/app.config trunk/DomainObjects2/src/Core/AssemblyInfo.cs trunk/DomainObjects2/src/Core/DomainObjects/Cache/ObjectCache.cs trunk/DomainObjects2/src/Core/DomainObjects/Cache/ObjectCacheFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/Configuration/DomainObjectsConfiguration.cs trunk/DomainObjects2/src/Core/DomainObjects/Contract/Assert.cs trunk/DomainObjects2/src/Core/DomainObjects/Contract/AssertionFailedException.cs trunk/DomainObjects2/src/Core/DomainObjects/Contract/ValidationUtil.cs trunk/DomainObjects2/src/Core/DomainObjects/Conversion/FieldConversionException.cs trunk/DomainObjects2/src/Core/DomainObjects/Conversion/FieldConversionFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandExecutionUtil.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/DeleteCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/InsertCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/Parameter.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SelectByPkCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SelectCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelDeleteStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelInsertStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSelectStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DerivedTable.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/Column.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/ColumnType.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/DbSchemaColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/DerivedColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Join.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/IDbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/IParameterizable.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/ISearchConditionContainer.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/SearchConditionClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Select/SelectResultsTable.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/ConcreteTypeConstraintHandler.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/ScalarFunction.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/JoinType.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/BatchStatement.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/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/ITableMappedObject.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IntersectionTable.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/MtoNCollectionRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/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/IInsertByQuery.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelDeleteStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelInsertStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelUpdateStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/IQuery.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/InternalQuery.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/OrderByField.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/BetweenCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/CompareToFieldCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ComparisonCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/EqualToCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/EqualToFieldCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ExistsCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/GreaterThanCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/GreaterThanFieldCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InSubqueryCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/LessThanCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/LessThanFieldCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/LikeCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/MultipleCriteriaType.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/NullCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/UpdateCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/AbstractDataProvider.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/DataProviderFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/IDataProvider.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/MaximumCountExceededException.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/OptimisticConcurrencyException.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/RowReader.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/SqlException.cs trunk/DomainObjects2/src/Core/DomainObjects/Diagnostics/DatabaseAccessMonitor.cs trunk/DomainObjects2/src/Core/DomainObjects/DomainObjectsException.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Criteria.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/ColumnField.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Constant.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Field.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/IClassContainer.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Null.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Average.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Case.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/ConvertTo.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Count.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/DateAdd.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/DateDiff.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/DatePart.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Lower.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Max.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/NewId.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/PartOfDateTime.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Sum.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Upper.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/InsertByQuery.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/PersistenceFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Query.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/QueryFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/DatabaseSession.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Diagnostics/DatabaseAccessEvent.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Collection.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/CompositeKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/EditableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/FieldConversion.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/FieldRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/GuidKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/ICreatable.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IDeletable.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IEditable.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IFieldCollection.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IFieldConversion.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IFieldRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IImmutable.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IPersistable.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IReadOnly.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/ITransactable.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Identity.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/ImmutableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IntKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Key.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/LongKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/MutatorAttribute.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/NeedsDeleteEventArgs.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/OnAfterInsertArgs.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/OnDeletedFromDatabaseEventArgs.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/OnIdentityChangeArgs.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/PersistableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/ReadOnlyObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Reference.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/ShortKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/StringKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/TransactableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Test/DomainObjectsTestFixture.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Test/TransactionalTestFixture.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/BindUtil.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/IExecutionAware.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/ITransactionAware.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/ITransactionSetAware.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/Service.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/ServiceActivator.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/SingleThreadedUnitOfWork.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/TransactionAttribute.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/TransactionOption.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/AttributeDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/AttributeDescriptorOverride.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/ClassDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/CollectionDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/DescriptorRepository.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Editability.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/FieldDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/IAttributeDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/IReferenceDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/IRelationshipDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/PersistentField.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/PrimaryKeyDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/ReferenceDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/ReferenceDescriptorOverride.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/RelationshipDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/RelationshipDescriptorOverride.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/RepositoryFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Sort.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/Generator/DomainObjectGenerator.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/Generator/OleDbTypeToDbType.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/Generator/RepositoryGenerator.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectGraphBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectSetBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectValueAccessor.cs trunk/DomainObjects2/src/Core/DomainObjects/PersistenceBroker.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/IRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/InMemoryReferenceFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/InMemoryRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/LazyLoadingObjectProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/ProxyFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/ProxyServices.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/RelationshipIdentity.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/Transaction/ObjectTransaction.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/PersistenceState.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/PersistenceStateFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateNewDelete.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateNewEdited.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateNewUnedited.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateOldDelete.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateOldEdited.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateOldUnedited.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/TransactionContext.cs trunk/DomainObjects2/src/Documentation/content/xdocs/Documentation/Api/index.xml trunk/DomainObjects2/src/Documentation/content/xdocs/Documentation/QuickStart.xml trunk/DomainObjects2/src/Documentation/content/xdocs/Project/Contribute.xml trunk/DomainObjects2/src/Documentation/content/xdocs/Site.xml trunk/DomainObjects2/src/Documentation/content/xdocs/Tabs.xml trunk/DomainObjects2/src/Documentation/content/xdocs/Welcome/Features.xml trunk/DomainObjects2/src/Documentation/content/xdocs/index.xml trunk/DomainObjects2/src/Documentation/skinconf.xml trunk/DomainObjects2/src/DomainObjectGen/DomainObjects/Tools/DomainObjectGen/EntryPoint.cs trunk/DomainObjects2/src/DomainObjectGen/assemblyinfo.cs trunk/DomainObjects2/src/Extensions/DomainObjects/Conversion/Boolean2IntFieldConversion.cs trunk/DomainObjects2/src/Extensions/DomainObjects/Conversion/EnumStringConversion.cs trunk/DomainObjects2/src/Extensions/DomainObjects/Conversion/GuidStringConversion.cs trunk/DomainObjects2/src/Extensions/DomainObjects/Conversion/NullableTypeConversion.cs trunk/DomainObjects2/src/Extensions/DomainObjects/Conversion/Object2ByteArrFieldConversion.cs trunk/DomainObjects2/src/Extensions/DomainObjects/Conversion/StringGuidConversion.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/Access/AccessIdentityCommandBuilder.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/Access/AccessUpdateCommandBuilder.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/Access/DbModel/AccessDbModelInsertStatement.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/Oracle/OracleDeleteCommandBuilder.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/Oracle/OracleSequenceCommandBuilder.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/Oracle/OracleUpdateCommandBuilder.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlServer/ServerSideSequencerInsertCommandBuilder.cs 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/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 trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/Access/Access2000DataProvider.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/MySql/MySqlDataProvider.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/Oracle/OracleCompatibleDataProvider.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/Oracle/OracleDataProvider.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/ParameterCache.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServerDataProvider.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServerDataProviderServerSideSequencer.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServerDataProviderWithIdentitySupport.cs trunk/DomainObjects2/src/Extensions/DomainObjects/Sequence/SequenceEntry.cs trunk/DomainObjects2/src/Extensions/Properties/AssemblyInfo.cs trunk/DomainObjects2/src/Manager/AssemblyInfo.cs trunk/DomainObjects2/src/Manager/DescriptorRepositoryTreeView.cs trunk/DomainObjects2/src/Manager/Main.cs trunk/DomainObjects2/src/Manager/ManagerForm.cs trunk/DomainObjects2/src/RepositoryGen/DomainObjects/Tools/RepositoryGen/EntryPoint.cs trunk/DomainObjects2/src/RepositoryGen/assemblyinfo.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/BaseType.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/NonGeneratedPerson.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/NonGeneratedRole.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/Product.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/RootObject.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/SimpleObject.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/SimpleObjectClass.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/StockDetail.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/StringToStringConversion.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/SubType.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/InternalDomainObjectsTestFixture.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Properties/UnitTestProperties.cs 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/CallbackTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/CascadeStoreAndDeleteTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/CollectionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/CompositeKeyTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/CriteriaTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/DatabaseCompatibilityTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/DiagnosticsTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/DomainObjectGeneratorTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/DomainObjectsConfigurationTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/EditDescriptorRepositoryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/IdentityTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/InheritanceHierarchyToSingleTableMappingTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/MtoNTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/MutatorAttributeTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/NullableTypesTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectBuilderTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectGraphTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectReferenceTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectTransactionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/OptimisticConcurrencyTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/PerformanceTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/PersistenceTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/PrefetchTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/PrimaryKeyTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ProxyTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/RepositoryFactoryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/RepositoryGenTests.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/TransactionBoundaryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/outerjointests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Enum/LegalValue.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/CacheService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/NonTransactionalService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/ReorderValidationService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/ReorderValidator.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionNotSupportedService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionRequiredService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionRequiredService2.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionSetAware.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionSetAwareService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionSupportedService.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionalService.cs trunk/DomainObjects2/src/Test/Properties/AssemblyInfo.cs trunk/DomainObjects2/src/TestDataLoader/AssemblyInfo.cs trunk/DomainObjects2/src/TestDataLoader/DomainObjects/Test/TestDataLoader/EntryPoint.cs trunk/DomainObjects2/src/TestDataLoader/DomainObjects/Test/TestDataLoader/Loader.cs trunk/DomainObjects2/src/TestDataLoader/DomainObjects/Test/TestDataLoader/Reader.cs trunk/DomainObjects2/src/Tutorial/AssemblyInfo.cs trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/Planet.cs trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/PlanetarySatellite.cs trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/Resource/Repository.xml trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/Star.cs trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/TransactionFacade.cs trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/TutorialClient.cs trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/TutorialTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dko...@us...> - 2007-10-30 14:36:51
|
Revision: 343 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=343&view=rev Author: dkondratiuk Date: 2007-10-30 07:36:49 -0700 (Tue, 30 Oct 2007) Log Message: ----------- Bugfixes using the new features against Oracle Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/InsertCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelInsertStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/AbstractDataProvider.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/IDataProvider.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/DateAdd.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/Oracle/OracleDataProvider.cs trunk/DomainObjects2/testbed/oracle/CreateDatabase.SQL trunk/DomainObjects2/testbed/oracle/OracleSetUpScript.sql This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-12-15 19:34:43
|
Revision: 347 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=347&view=rev Author: rbeauchamp Date: 2007-12-15 11:34:42 -0800 (Sat, 15 Dec 2007) Log Message: ----------- - Fixed broken unit tests. - Removed circular reference from Repository.xml. Modified Paths: -------------- trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjectGen.exe trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjects.Core.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjects.Extensions.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/Mapper.exe trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/RepositoryGen.exe trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/resource/app.config trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/Generator/RepositoryGenerator.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/InternalDomainObjectsTestFixture.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/CascadeStoreAndDeleteTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/outerjointests.cs trunk/DomainObjects2/src/TestDataLoader/DomainObjects/Test/TestDataLoader/Loader.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-11-15 22:44:01
|
Revision: 225 http://svn.sourceforge.net/domainobjects/?rev=225&view=rev Author: rbeauchamp Date: 2006-11-15 14:43:59 -0800 (Wed, 15 Nov 2006) Log Message: ----------- - Adding support for object graph consistency - Adding support for 'prefetching' Modified Paths: -------------- trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/resource/Repository.xsd trunk/DomainObjects2/src/Core/DomainObjects/Cache/ObjectCache.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandExecutionUtil.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SelectByPkCommandBuilder.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/IDbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Select/SelectResultsTable.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/WhereClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/FieldRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelDeleteStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelInsertStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelUpdateStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/DataSetSelectStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/QueryFactory.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/ExistsCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InSubqueryCriteria.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/DbAccess/RowReader.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Criteria.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Case.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Query.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/QueryFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/DatabaseSession.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/EditableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/ICreatable.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IDeletable.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IEditable.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/ITransactable.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Identity.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/ImmutableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/PersistableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/ReadOnlyObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Test/DomainObjectsTestFixture.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/ITransactionSetAware.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/SingleThreadedUnitOfWork.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/AttributeDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/CollectionDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/IRelationshipDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/ReferenceDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/ReferenceDescriptorOverride.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/RelationshipDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/RelationshipDescriptorOverride.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/Generator/DomainObjectGenerator.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectInitializer.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectSetBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectValueAccessor.cs trunk/DomainObjects2/src/Core/DomainObjects/PersistenceBroker.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/AbstractProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/LazyLoadingObjectProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/ListProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/ProxyFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/ProxyFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/ProxyServices.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/TransactableObjectProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BindManager.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectMap.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectSet.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/ObjectTransaction.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/PersistenceState.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/PersistenceStateFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateNewDelete.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateNewEdited.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateNewUnedited.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateOldDelete.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateOldEdited.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateOldUnedited.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/TypeReorderingStrategy.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/Oracle/DbModel/OracleDbModelInsertStatement.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/Oracle/DbModel/OracleDbModelSelectStatement.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlServer/ServerSideSequencerInsertCommandBuilder.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/DbModel/MySql/MySqlDbModelSelectStatement.cs trunk/DomainObjects2/src/Extensions/DomainObjects/Sequence/SequenceEntry.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/Product.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/SimpleObject.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/SimpleObjectClass.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/SubType.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/DomainObjectGeneratorTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/MtoNTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectBuilderTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/OptimisticConcurrencyTests.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/outerjointests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/ReorderValidator.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/TransactionSetAware.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IFieldRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/InternalQuery.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Collection.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/CompositeKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/FieldRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/GuidKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IFieldCollection.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IFieldRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IntKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Key.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/NeedsDeleteEventArgs.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/OnAfterInsertArgs.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/OnDeletedFromDatabaseEventArgs.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/OnIdentityChangeArgs.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/PrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Reference.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/StringKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/TransactableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectGraphBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/IRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/InMemoryMtoNRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/InMemoryReferenceFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/InMemoryRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/RelationshipIdentity.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/PersistenceTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryDepthTests.cs Removed Paths: ------------- trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/CompositePrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/GuidPrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IntPrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/PrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/StringPrimaryKey.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/ObjectReferenceFacade.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/PersistenceBrokerTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-11-22 16:16:23
|
Revision: 230 http://svn.sourceforge.net/domainobjects/?rev=230&view=rev Author: rbeauchamp Date: 2006-11-22 08:16:10 -0800 (Wed, 22 Nov 2006) Log Message: ----------- Fixed bug [ 1601181 ] Null value returned by FieldConversion causes exception. Modified Paths: -------------- trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/Parameter.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/NullableTypesTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj trunk/DomainObjects2/testbed/CreateDatabase.sql Added Paths: ----------- trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/StringToStringConversion.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-12-10 15:48:38
|
Revision: 252 http://svn.sourceforge.net/domainobjects/?rev=252&view=rev Author: rbeauchamp Date: 2006-12-10 07:48:36 -0800 (Sun, 10 Dec 2006) Log Message: ----------- Preparing the release 1.1.0 package. Modified Paths: -------------- trunk/DomainObjects2/ReleaseLog.txt trunk/DomainObjects2/build.xml trunk/DomainObjects2/src/Core/AssemblyInfo.cs trunk/DomainObjects2/src/Documentation/content/xdocs/Welcome/QuickStart.xml trunk/DomainObjects2/src/Documentation/content/xdocs/index.xml trunk/DomainObjects2/src/DomainObjectGen/assemblyinfo.cs trunk/DomainObjects2/src/Extensions/Properties/AssemblyInfo.cs trunk/DomainObjects2/src/Manager/AssemblyInfo.cs trunk/DomainObjects2/src/RepositoryGen/assemblyinfo.cs trunk/DomainObjects2/src/Test/Properties/AssemblyInfo.cs trunk/DomainObjects2/src/TestDataLoader/AssemblyInfo.cs trunk/DomainObjects2/src/Tutorial/AssemblyInfo.cs trunk/DomainObjects2/src/Tutorial/DomainObjects.Tutorial/Planet.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-03-01 16:09:08
|
Revision: 278 http://svn.sourceforge.net/domainobjects/?rev=278&view=rev Author: rbeauchamp Date: 2007-03-01 08:09:06 -0800 (Thu, 01 Mar 2007) Log Message: ----------- Implementing Query.GetCount() and Query.Exists() Modified Paths: -------------- trunk/DomainObjects2/SampleApplications/BankOfDavis/BankOfDavis.suo trunk/DomainObjects2/SampleApplications/BankOfDavis/Database/Database.csproj trunk/DomainObjects2/SampleApplications/BankOfDavis/Domain/DomainSchema/ConceptualModel.orm trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/ColumnField.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Constant.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Count.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Query.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Diagnostics/DatabaseAccessEvent.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/CollectionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/DiagnosticsTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectGraphTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/PrefetchTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj Added Paths: ----------- trunk/DomainObjects2/SampleApplications/BankOfDavis/Database/Scripts/ trunk/DomainObjects2/SampleApplications/BankOfDavis/Database/Scripts/BankOfDavisDDL.sql trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/CommandMonitor.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-09-03 03:41:09
|
Revision: 321 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=321&view=rev Author: rbeauchamp Date: 2007-09-02 20:24:15 -0700 (Sun, 02 Sep 2007) Log Message: ----------- - Added ability to assign an update value of type Field within an UpdateByCriteria. See unit test UpdateByCriteriaTests.UpdateByCriteriaWithCase(). - Simplified the default UnitTestProperties.xml settings so that a new user can run the tests, preferably, without having to override any values. Added Paths: ----------- trunk/DomainObjects2/bin/Sandcastle/ trunk/DomainObjects2/bin/Sandcastle/DomainObjects.shfb trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DerivedTable.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/DescribedField.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-09-03 07:17:08
|
Revision: 322 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=322&view=rev Author: rbeauchamp Date: 2007-09-02 23:26:48 -0700 (Sun, 02 Sep 2007) Log Message: ----------- - Fixed issue where if a base class and a subclass were both at the beginning of a reference path, the sub class may not be correctly constrained in a query. See unit test GeneratedReferencePathTests.SubClassAtRootOfPathCorrectlyConstrained(). Modified Paths: -------------- trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.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/src/Core/DomainObjects/Facade/Test/DomainObjectsTestFixture.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/GeneratedReferencePathTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/UpdateByCriteriaTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-10-03 03:50:17
|
Revision: 333 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=333&view=rev Author: rbeauchamp Date: 2007-10-02 20:50:13 -0700 (Tue, 02 Oct 2007) Log Message: ----------- - Implementing the Bank of Davis sample application. - Fixed the implementations of Equals() and GetHashCode(). (Removed use of the GetHashCode() value to test for equality. There is too much of a chance for hashcode collisions.) - Implemented IEquatable<Type> to improve performance of equality checks within a generic list. Modified Paths: -------------- trunk/DomainObjects2/SampleApplications/BankOfDavis/BankOfDavis.sln trunk/DomainObjects2/SampleApplications/BankOfDavis/BankOfDavis.suo trunk/DomainObjects2/SampleApplications/BankOfDavis/Domain/Domain.csproj trunk/DomainObjects2/SampleApplications/BankOfDavis/Domain/DomainSchema/ConceptualModel.orm trunk/DomainObjects2/SampleApplications/BankOfDavis/WebClient/Homepage.aspx trunk/DomainObjects2/SampleApplications/BankOfDavis/WebClient/Web.config trunk/DomainObjects2/SampleApplications/BankOfDavis/WebClient/WebClient.csproj trunk/DomainObjects2/bin/gen.bat trunk/DomainObjects2/build.xml trunk/DomainObjects2/src/Core/DomainObjects/Cache/ObjectCache.cs trunk/DomainObjects2/src/Core/DomainObjects/Conversion/FieldConversionException.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/Parameter.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DerivedTable.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/Column.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/DbSchemaColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/DerivedColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/ScalarFunction.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/Field.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.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/Relationship.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/OrderByField.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/AbstractDataProvider.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Criteria.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/ColumnField.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Average.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Case.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/ConvertTo.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Count.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/DateDiff.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/DatePart.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/GetDate.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Lower.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Max.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/NewId.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/ReplaceNull.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Sum.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Upper.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Collection.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Identity.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Key.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/PersistableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Reference.cs trunk/DomainObjects2/src/Core/DomainObjects/HashCodeUtil.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/AttributeDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/AttributeDescriptorOverride.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/DescriptorRepository.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/Generator/RepositoryGenerator.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectGraphBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/RelationshipIdentity.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectSet.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/TypeReorderingStrategy.cs trunk/DomainObjects2/src/Manager/ManagerForm.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj Added Paths: ----------- trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/ trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/ trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjectGen.exe trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjects.Core.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/DomainObjects.Extensions.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/MagicLibrary.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/Mapper.exe trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/MySql.Data.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/RepositoryGen.bat trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/RepositoryGen.exe trunk/DomainObjects2/SampleApplications/BankOfDavis/Bin/DomainObjects/nunit.framework.dll trunk/DomainObjects2/SampleApplications/BankOfDavis/Domain/Domain.csproj.user trunk/DomainObjects2/SampleApplications/BankOfDavis/Domain/DomainSchema/BankOfDavisSchema.sql trunk/DomainObjects2/SampleApplications/BankOfDavis/Domain/DomainSchema/ConceptualModel.CoRef._ORMCustomToolReport.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |