[DomainObjects-Subversion] SF.net SVN: domainobjects:[374] branches/DomainObjects3/src
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2008-10-13 17:52:11
|
Revision: 374 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=374&view=rev Author: rbeauchamp Date: 2008-10-13 17:52:00 +0000 (Mon, 13 Oct 2008) Log Message: ----------- - Fixed issues with order by and group by in a scalar subquery. Modified Paths: -------------- branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SelectCommandBuilder.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelInsertStatement.cs 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/DbModelUpdateStatement.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/Column.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/ColumnType.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Expression/DerivedColumn.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Select/SelectResultsTable.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/WhereClause.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/ScalarFunction.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/BetweenCriteria.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/CompareToFieldCriteria.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ComparisonCriteria.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InCriteria.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InSubqueryCriteria.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/NullCriteria.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/DataProvider/AbstractDataProvider.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/DataProvider/IDataProvider.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Criteria.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Expression/Constant.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Expression/Null.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/Plus.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Function/ReplaceNull.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Query.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/ScalarQuery.cs branches/DomainObjects3/src/Extensions/DomainObjects/DbAccess/Command/Access/DbModel/AccessDbModelInsertStatement.cs branches/DomainObjects3/src/Extensions/DomainObjects/DbAccess/DataProvider/Access/Access2000DataProvider.cs branches/DomainObjects3/src/Extensions/DomainObjects/DbAccess/DataProvider/Oracle/OracleDataProvider.cs branches/DomainObjects3/src/Test/DomainObjects.Test/TestFixture/CorrelatedSubqueryTests.cs branches/DomainObjects3/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. |