Opened 15 years ago
Closed 15 years ago
#582 closed defect (fixed)
FdoExpressionEngineUtilFeatureReader returns a class definition that does not contains the computed fields
Reported by: | Aleck | Owned by: | Aleck |
---|---|---|---|
Priority: | major | Milestone: | 3.5.0 |
Component: | FDO API | Version: | 3.4.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description ¶
When we select computed fields through FDO, a FdoExpressionEngineUtilFeatureReader may be returned if the expression in not supported by the underlying database. However if you acquire the class definition from FdoExpressionEngineUtilFeatureReader, the computed fields are not in it. Which is wrong
This fix adds code to clone a class definition containing the computed fields when constructing the FdoExpressionEngineUtilFeatureReader.
Change History (3)
by , 15 years ago
comment:1 by , 15 years ago
Owner: | changed from | to
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch for the ticket