- Summary:
Fix bug 136228
- Bugzilla Bug (s) Resolved:
[136228]: User Selection Changes in Data Explorer should not trigger Query
Execution on All data sets in a report design
- Description:
The new mechanism is the query will not be executed when there is cached
metadata in the report design file. If the cached metadata does not exist, the query
execution will be done. If the metadata of data set can be retrieved, then the
metadata will be inserted into report design file as the cached metadata. If
not, an empty cached metadata will be generated and inserted, and meantime, an
exception will be thrown to notify users that there is error in defined data
set or data source.
- Tests Description:
Manual Test
- Files Edited:
/org.eclipse.birt.report.designer.ui/META-INF/MANIFEST.MF
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetUIUtil.java
- Files Added:
N/A
- Notes to
Build Team:
N/A
- Notes to Developers:
N/A
- Notes to QA:
N/A
- Notes to
Documentation:
N/A