[fdo-commits] r2552 -
trunk/Providers/GenericRdbms/Src/Fdo/FeatureCommands
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Mon Feb 19 18:13:18 EST 2007
Author: thomasknoell
Date: 2007-02-19 18:13:17 -0500 (Mon, 19 Feb 2007)
New Revision: 2552
Modified:
trunk/Providers/GenericRdbms/Src/Fdo/FeatureCommands/FdoRdbmsSelectAggregates.h
Log:
Required changes in the context of removing additional identity columns as part of the reader returned by the SelectAggregates command.
Modified: trunk/Providers/GenericRdbms/Src/Fdo/FeatureCommands/FdoRdbmsSelectAggregates.h
===================================================================
--- trunk/Providers/GenericRdbms/Src/Fdo/FeatureCommands/FdoRdbmsSelectAggregates.h 2007-02-16 19:55:34 UTC (rev 2551)
+++ trunk/Providers/GenericRdbms/Src/Fdo/FeatureCommands/FdoRdbmsSelectAggregates.h 2007-02-19 23:13:17 UTC (rev 2552)
@@ -81,7 +81,7 @@
if( NULL == pSelect.p )
throw FdoFilterException::Create(NlsMsgGet(FDORDBMS_22, errorMsg ));
- return new FdoRdbmsDataReader( FdoPtr<FdoRdbmsFeatureReader>((FdoRdbmsFeatureReader*)pSelect->Execute( mbDistinct ) ) );
+ return new FdoRdbmsDataReader( FdoPtr<FdoRdbmsFeatureReader>((FdoRdbmsFeatureReader*)pSelect->Execute( mbDistinct, FdoCommandType_SelectAggregates ) ) );
}
/// <summary>Set the distinct option of the selection. Note that grouping criteria is not supported with Distinct.
More information about the fdo-commits
mailing list