Opened 13 years ago
Closed 13 years ago
#828 closed defect (fixed)
FdoExpressionEngineUtilFeatureReader::GetPropertyIndex() throw exceptions when select * is used
Reported by: | romicadascalescu | Owned by: | romicadascalescu |
---|---|---|---|
Priority: | major | Milestone: | 3.7.0 |
Component: | Utilities API | Version: | 3.7.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
FdoExpressionEngineUtilFeatureReader::GetPropertyIndex() throw exceptions when select * is used. This happens mainly because list of properties is not filled in from class definition when select properties is empty (select*)
Note:
See TracTickets
for help on using tickets.
Fixed the issue by getting all properties from class defintion in this case.
Author: romicadascalescu Date: 2012-05-02 07:02:57 -0700 (Wed, 02 May 2012) New Revision: 6444
Modified:
Log: Ticket #828: FdoExpressionEngineUtilFeatureReader::GetPropertyIndex() throw exceptions when select * is used