[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 193687 --- data extraction task returns the same the result set twice in the result set list
|
Title: [birt-dev]CheckIn: Fix Bugzilla Bug 193687 --- data extraction task returns the same the result set twice in the result set list
- Summary:
Only need to load the latest metadata from the document.
- Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 193687 --- data extraction task returns the same the result set twice in the result set list
- Description:
Only the latest meta data need to be scanned to collect the result sets from the document. The current behavior is loading all the meta data.
- Tests Description :
Manual Test
- Notes to Build Team:
- Notes to Developers:
- Notes to QA:
- Notes to Documentation:
- Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DteMetaInfoIOUtil.java"
- Files Added:
- Files Deleted
-Wei Zhao(Shanghai)