[DomainObjects-Subversion] SF.net SVN: domainobjects:[413] branches/DomainObjects3
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2009-05-03 20:35:31
|
Revision: 413 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=413&view=rev Author: rbeauchamp Date: 2009-05-03 20:35:19 +0000 (Sun, 03 May 2009) Log Message: ----------- New: Added support for the TSQL OVER clause. See OverClauseTests for usage examples. Modified Paths: -------------- branches/DomainObjects3/DomainObjects.4.5.resharper branches/DomainObjects3/build.xml branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSelectStatement.cs 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/DbModel/IDbModelExpression.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/OptionClause.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Select/SelectList.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Expression/FieldValue.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/Average.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/Count.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/Max.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/Min.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/Sum.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Query.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/TableExpressionQuery.cs branches/DomainObjects3/src/Core/DomainObjects/Model/ObjectModel/ObjectModelVisitor.cs branches/DomainObjects3/src/Core/DomainObjects.Core.dll.csproj branches/DomainObjects3/src/Extensions/DomainObjects/DbAccess/Command/Oracle/DbModel/OracleCompatibleDbModelSelectStatement.cs branches/DomainObjects3/src/Test/DomainObjects.Test/TestFixture/TableExpressionTests.cs branches/DomainObjects3/src/Test/DomainObjects.Test.dll.csproj Added Paths: ----------- branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/AggregateFunction.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/Over.cs branches/DomainObjects3/src/Test/DomainObjects.Test/TestFixture/OverClauseTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |