domainobjects-subversion Mailing List for DomainObjects for .NET (Page 7)
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...> - 2007-09-20 06:35:52
|
Revision: 332 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=332&view=rev Author: rbeauchamp Date: 2007-09-19 23:35:50 -0700 (Wed, 19 Sep 2007) Log Message: ----------- - Added method GetHashCode(string stringToHash) to HashCodeUtil to reduce chances of generating the same hash code given different string values. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/HashCodeUtil.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dko...@us...> - 2007-09-17 13:12:40
|
Revision: 331 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=331&view=rev Author: dkondratiuk Date: 2007-09-17 06:12:29 -0700 (Mon, 17 Sep 2007) Log Message: ----------- BugFix: The TableAlias must not have a length greater than 30 in Oracle Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/AbstractDataProvider.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/IDataProvider.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/Oracle/DbModel/OracleDbModelSelectStatement.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/Oracle/OracleDataProvider.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/OracleTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-09-14 06:44:17
|
Revision: 330 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=330&view=rev Author: rbeauchamp Date: 2007-09-13 23:44:15 -0700 (Thu, 13 Sep 2007) Log Message: ----------- - Fixed issue with statement generation when sub types are specified in the beginning of a reference path. - Re-implemented IRemotingTypeInfo in LazyLoadingObjectProxy as it is sometimes necessary. - Fixed issue where the SetParameter was not correctly handling a Field set value. - EnumStringConversion now handles null input values. - Fixed issue where an 'unable to cast transparent proxy' exception would be thrown because hash codes were not unique across different RelationshipIdentity instances. - Removed some commented-out code. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Cache/ObjectCache.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSelectStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/Column.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/DerivedColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/IColumn.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.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/SetParameter.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/Domain/Identity.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Key.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/LazyLoadingObjectProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/RelationshipIdentity.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Extensions/DomainObjects/Conversion/EnumStringConversion.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/Oracle/OracleDataProvider.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ProxyTests.cs Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/HashCodeUtil.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-09-11 04:32:02
|
Revision: 329 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=329&view=rev Author: rbeauchamp Date: 2007-09-10 21:32:00 -0700 (Mon, 10 Sep 2007) Log Message: ----------- - Fixed issue with subtypes in a reference path. See unit test GeneratedReferencePathTests.LeftOuterJoinSubClass2(). - Removed LazyLoadingObjectProxy's implementation of IRemotingTypeInfo as it seemed to be problematic. Now always using the default .NET casting. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/SubClass.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectValueAccessor.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/LazyLoadingObjectProxy.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/GeneratedReferencePathTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 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-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-08 05:01:16
|
Revision: 326 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=326&view=rev Author: rbeauchamp Date: 2007-09-07 22:01:14 -0700 (Fri, 07 Sep 2007) Log Message: ----------- - Fixed issue where a byte array could not be assigned as a parameter value. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Constant.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-09-06 06:53:48
|
Revision: 325 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=325&view=rev Author: rbeauchamp Date: 2007-09-05 23:53:42 -0700 (Wed, 05 Sep 2007) Log Message: ----------- - Fixed issue where parameters created for a SQL statement were not being used. - Fixed issue where DomainObjects references and collections were retaining a reference to the identity of objects involved in an aborted transaction. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Constant.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/DatabaseSession.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/OnDeletedFromDatabaseEventArgs.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/TransactableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/InMemoryReferenceFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/InMemoryRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectSet.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/ObjectTransaction.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-09-05 04:59:48
|
Revision: 324 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=324&view=rev Author: rbeauchamp Date: 2007-09-04 21:59:46 -0700 (Tue, 04 Sep 2007) Log Message: ----------- - Fixed issue where the complete set of parameters in an insert or update statement were not being created. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/Parameter.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/DbModelUpdateStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/IDbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/ScalarFunction.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Null.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/AdoNetTransactionTests.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-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-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 03:23:46
|
Revision: 320 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=320&view=rev Author: rbeauchamp Date: 2007-09-02 20:23:32 -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. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Contract/Assert.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/Parameter.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelInsertStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelUpdateStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/Column.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/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/IDbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/SearchConditionClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Select/SelectResultsTable.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/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/ObjectModelInsertStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelUpdateStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/OrderByField.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/SetParameter.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/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/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/Command/InsertByQuery.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Query.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/UpdateByCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/ClassDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectValueAccessor.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/Access/DbModel/AccessDbModelInsertStatement.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/Product.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Properties/UnitTestProperties.xml trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.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: <dko...@us...> - 2007-08-30 20:10:47
|
Revision: 319 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=319&view=rev Author: dkondratiuk Date: 2007-08-30 13:10:41 -0700 (Thu, 30 Aug 2007) Log Message: ----------- The SameColumnFieldWithDifferentPathHasDifferentToStringValue test was restored Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.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: <dko...@us...> - 2007-08-28 21:10:16
|
Revision: 318 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=318&view=rev Author: dkondratiuk Date: 2007-08-28 14:10:08 -0700 (Tue, 28 Aug 2007) Log Message: ----------- BugFix: Dirty objects were cached after aborted transaction. All the modified objects are removed after an aborted transaction Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Facade/DatabaseSession.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Test/DomainObjectsTestFixture.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/InMemoryReferenceFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/ObjectTransaction.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/Domain/Product.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/TransactionAttributeTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj Added Paths: ----------- trunk/DomainObjects2/src/Test/DomainObjects.Test/TestType/Service/CacheService.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-08-27 16:07:09
|
Revision: 317 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=317&view=rev Author: rbeauchamp Date: 2007-08-26 14:49:12 -0700 (Sun, 26 Aug 2007) Log Message: ----------- - Fixed issue where nested subqueries would not get initialized, resulting in a KeyNotFoundException. Fix is validated via the unit test QueryTests.InNestedSubQuery(). Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Collection.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/InMemoryRelationship.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.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-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-08-07 03:33:31
|
Revision: 315 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=315&view=rev Author: rbeauchamp Date: 2007-08-06 20:33:29 -0700 (Mon, 06 Aug 2007) Log Message: ----------- - Upgraded to v2.4.2 of NUnit Modified Paths: -------------- trunk/DomainObjects2/bin/nunit/NUnitTests.config trunk/DomainObjects2/bin/nunit/NUnitTests.nunit trunk/DomainObjects2/bin/nunit/mock-assembly.dll 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-gui-runner.dll trunk/DomainObjects2/bin/nunit/nunit.core.dll trunk/DomainObjects2/bin/nunit/nunit.core.extensions.dll trunk/DomainObjects2/bin/nunit/nunit.framework.dll trunk/DomainObjects2/bin/nunit/nunit.mocks.dll trunk/DomainObjects2/bin/nunit/nunit.uikit.dll trunk/DomainObjects2/bin/nunit/nunit.util.dll trunk/DomainObjects2/bin/nunit/test-utilities.dll Added Paths: ----------- trunk/DomainObjects2/bin/nunit/Failure.jpg trunk/DomainObjects2/bin/nunit/Ignored.jpg trunk/DomainObjects2/bin/nunit/Success.jpg trunk/DomainObjects2/bin/nunit/fit.dll trunk/DomainObjects2/bin/nunit/nunit-console-x86.exe trunk/DomainObjects2/bin/nunit/nunit-console-x86.exe.config trunk/DomainObjects2/bin/nunit/nunit-x86.exe trunk/DomainObjects2/bin/nunit/nunit-x86.exe.config trunk/DomainObjects2/bin/nunit/nunit.core.interfaces.dll trunk/DomainObjects2/bin/nunit/nunit.exe trunk/DomainObjects2/bin/nunit/nunit.exe.config trunk/DomainObjects2/bin/nunit/nunit.fixtures.dll trunk/DomainObjects2/bin/nunit/nunit.framework.extensions.dll trunk/DomainObjects2/bin/nunit/nunit.framework.xml trunk/DomainObjects2/bin/nunit/runFile.exe trunk/DomainObjects2/bin/nunit/runFile.exe.config trunk/DomainObjects2/bin/nunit/test-assembly.dll This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-08-06 03:25:48
|
Revision: 314 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=314&view=rev Author: rbeauchamp Date: 2007-08-05 20:25:42 -0700 (Sun, 05 Aug 2007) Log Message: ----------- - Improved the Debug output of DomainObject Fields. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/SubClass.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/ColumnField.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: <dko...@us...> - 2007-07-18 13:52:54
|
Revision: 313 http://svn.sourceforge.net/domainobjects/?rev=313&view=rev Author: dkondratiuk Date: 2007-07-18 06:52:51 -0700 (Wed, 18 Jul 2007) Log Message: ----------- New test called SameColumnFieldWithDifferentPathHasDifferentToStringValue were added with its solution Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.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-07-04 05:00:02
|
Revision: 312 http://svn.sourceforge.net/domainobjects/?rev=312&view=rev Author: rbeauchamp Date: 2007-07-03 22:00:00 -0700 (Tue, 03 Jul 2007) Log Message: ----------- - Fixed issue so that the starting class of a relationship path can reference its sub class. See unit test GeneratedReferencePathTests.RootOfPathAllowsSubClasses(). Modified Paths: -------------- 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/ObjectModel/From/Class.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/Facade/Command/Expression/ColumnField.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-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-06-30 04:57:01
|
Revision: 310 http://svn.sourceforge.net/domainobjects/?rev=310&view=rev Author: rbeauchamp Date: 2007-06-29 21:56:53 -0700 (Fri, 29 Jun 2007) Log Message: ----------- - Changed the way DomainObjects constrains types in a SQL statement so that the SQL statement is more performant: If the SQL statement contains an inner join that is unique to the particular type, i.e., it is not in the base class, then this is sufficient to constrain the type; the 'IN' clause is not necessary. See the unit test ConcreteTypeConstraintsNotAddedToQueryWhenQueryContainsInnerJoinUniqueToType(). Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/SearchConditionClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/ConcreteTypeConstraintHandler.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/UpdateByCriteriaTests.cs 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-06-30 01:51:58
|
Revision: 309 http://svn.sourceforge.net/domainobjects/?rev=309&view=rev Author: rbeauchamp Date: 2007-06-29 18:51:56 -0700 (Fri, 29 Jun 2007) Log Message: ----------- - Fixed issue with not closing database connections when performing a query for a DataSet and executing a GetCount. - Starting work on not adding type constraints to a SQL statement if there is an inner join in the statement that is sufficient to constrain the type. Modified Paths: -------------- trunk/DomainObjects2/SampleApplications/BankOfDavis/BankOfDavis.suo trunk/DomainObjects2/bin/gen.bat trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandExecutionUtil.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/SearchConditionClause.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/ConcreteTypeConstraintHandler.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/FieldRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/DatabaseSession.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectSetBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/DiagnosticsTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj 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: <dko...@us...> - 2007-06-29 19:14:22
|
Revision: 308 http://svn.sourceforge.net/domainobjects/?rev=308&view=rev Author: dkondratiuk Date: 2007-06-29 12:14:20 -0700 (Fri, 29 Jun 2007) Log Message: ----------- The exception thrown by the GetClassDescriptor was fixed. It threw an "Key not found" (or something like that) instead of "{0} not found" Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Metadata/DescriptorRepository.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |