[DomainObjects-Subversion] SF.net SVN: domainobjects:[476] branches/DomainObjects3
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2011-04-29 18:12:08
|
Revision: 476 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=476&view=rev Author: rbeauchamp Date: 2011-04-29 18:12:02 +0000 (Fri, 29 Apr 2011) Log Message: ----------- - Added ability to use an alias to reference another field in a sql statement. For a usage example see unit test QueryTests.OrderByAlias(). Modified Paths: -------------- branches/DomainObjects3/DomainObjects.5.1.ReSharper branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/ScalarFunction.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/IntersectionTableColumn.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/GroupByField.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/OrderByField.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/SelectField.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Expression/ColumnField.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Expression/Constant.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Expression/Field.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Expression/Null.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Query.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/ScalarQuery.cs branches/DomainObjects3/src/Core/DomainObjects/Serialization/FieldSerializer.cs branches/DomainObjects3/src/Core/DomainObjects.Core.dll.csproj branches/DomainObjects3/src/Documentation/DomainObjects.Documentation.csproj branches/DomainObjects3/src/Test/DomainObjects.Test/InternalDomainObjectsTestFixture.cs branches/DomainObjects3/src/Test/DomainObjects.Test/Properties/UnitTestProperties.xml branches/DomainObjects3/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs Added Paths: ----------- branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Expression/Alias.cs Property Changed: ---------------- branches/DomainObjects3/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |