Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 151427 --- Scripted data-set accessed twice for no reason for bar or pie charts

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 151427 --- Scripted data-set accessed twice for no reason for bar or pie charts

- Summary:
We execute the query only once. So for extended item, we do not access the data-set more than once.

- Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 151427 --- Scripted data-set accessed twice for no reason for bar or pie charts

- Description:
We execute the query only once. So for extended item, we do not access the data-set more than once.


- 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/executor/QueryItemExecutor.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/AbstractReportReader.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/ReportItemReader.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/CubeResultSet.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExtendedItemGenerationExecutor.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/ReportPageReader.java"

- Files Added:

- Files Deleted


-Wei Zhao(Shanghai)



Back to the top