SDF: Unfriendly message when aggregate function passed to FdoISelect.
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)
Component: |
FDO API → SDF Provider
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Milestone: |
→ 3.4.0
|
Version: |
→ 3.3.0
|
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