Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#272 closed defect (fixed)

SDF: Unfriendly message when aggregate function passed to FdoISelect.

Reported by: brentrobinson Owned by: brentrobinson
Priority: minor Milestone: 3.4.0
Component: SDF Provider Version: 3.3.0
Severity: 3 Keywords: SDF aggregate function FdoISelect FdoISelectAggregates
Cc: External ID:

Description

The SDF provider FdoISelect implementation does not support aggregate functions. Aggregates must be evaluated using the FdoISelectAggregates command.

However, when the select list for FdoISelect contains a computed property on a aggregate function, a "vector subscript out of range" message is issued when the application tries to retrieve values for the property.

Under this ticket, the behaviour will be changed to issue a more informative message.

Change History (4)

comment:1 by brentrobinson, 16 years ago

Status: newassigned

comment:2 by brentrobinson, 16 years ago

Component: FDO APISDF Provider

comment:3 by brentrobinson, 16 years ago

Resolution: fixed
Status: assignedclosed

Revision: 3799 Author: brentrobinson Date: 1:33:16 PM, Tuesday, March 11, 2008 Message: Ticket#272: Friendlier exception message when computed property on aggregate function passed to SDF FdoISelect.


Modified : /trunk/Fdo/Unmanaged/Src/Message/FDOMessage.mc Modified : /trunk/Providers/SDF/Src/UnitTest/SelectTest.cpp Modified : /trunk/Utilities/ExpressionEngine/Src/FdoExpressionEngineImp.cpp

comment:4 by gregboone, 16 years ago

Milestone: 3.4.0
Version: 3.3.0
Note: See TracTickets for help on using tickets.