[DomainObjects-Subversion] SF.net SVN: domainobjects:[379] branches/DomainObjects3
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2008-10-18 18:07:29
|
Revision: 379 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=379&view=rev Author: rbeauchamp Date: 2008-10-18 18:07:23 +0000 (Sat, 18 Oct 2008) Log Message: ----------- - Added ability to specify in the Repository.xml that a field should always be updated to the database if the containing object is edited even if DomainObjects does not determine that it has been modified. The new FieldDescriptor attribute that enables this is 'AlwaysUpdate'. See unit test UpdateObjectThatContainsInternalPassByReferenceType(). Modified Paths: -------------- branches/DomainObjects3/bin/gen.bat branches/DomainObjects3/resource/Repository.xml branches/DomainObjects3/resource/Repository.xsd branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelUpdateStatement.cs branches/DomainObjects3/src/Core/DomainObjects/Metadata/FieldDescriptor.cs branches/DomainObjects3/src/Test/DomainObjects.Test/TestFixture/UpdateTests.cs branches/DomainObjects3/src/Test/DomainObjects.Test.dll.csproj branches/DomainObjects3/testbed/CreateDatabase.sql branches/DomainObjects3/testbed/CreateDatabaseWithoutIdentity.sql Added Paths: ----------- branches/DomainObjects3/src/Test/DomainObjects.Test/Domain/TableFour.cs Removed Paths: ------------- branches/DomainObjects3/DomainObjects.4.1.resharper.user This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |