[DomainObjects-Subversion] SF.net SVN: domainobjects:[358] branches/DomainObjects3
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2008-08-28 04:58:59
|
Revision: 358 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=358&view=rev Author: rbeauchamp Date: 2008-08-28 04:58:56 +0000 (Thu, 28 Aug 2008) Log Message: ----------- - Implemented the Min function which returns the minimum value of a field. See the unit test FunctionTests.Min() for a usage example. - Implemented the Replace function which replaces all occurrences of a specified string value with another string value. See the unit test FunctionTests.Replace() for a usage example. Modified Paths: -------------- branches/DomainObjects3/DomainObjects.4.0.resharper.user branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Union.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Expression/Field.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/DateAdd.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/Max.cs branches/DomainObjects3/src/Core/DomainObjects.Core.dll.csproj branches/DomainObjects3/src/Test/DomainObjects.Test/TestFixture/CorrelatedSubqueryTests.cs branches/DomainObjects3/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs branches/DomainObjects3/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs branches/DomainObjects3/src/Test/DomainObjects.Test/TestFixture/SerializationTests.cs Added Paths: ----------- branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/Min.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/Replace.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |