Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 124604, 125060, 128272 - subquery/group/columename related bugs

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 124604, 125060, 128272 - subquery/group/columename related bugs

Description:
 
Why:
Bug 124604 - Data can't be exported with exception
     previously we didn't support exporting of Subqueries.
Bug 125060 - Export to CSV should repeat values in each data row
     DtE stored only one row of group column
Bug 128272 - BIRT viewer - data extract UI should show consistent column names
    previously we didn't use data item name as column name

Fix:
Bug 124604 : we now support exporting of Subquery results
Bug 125060: we now wrapps DtE data set in engine's code
Bug 128272: we now use report item name if it exists, or use the expr text itself


Regression: Yes/No
No
 
Code Owner:
Shanghai Engine Team
 
Code Reviewers:
Shanghai Engine Team
 
Tests:
Unit test
 
Test Automated:  Yes/No (if “No”, then explain why)
Yes
Branches Involved:
Eclipse CVS
 
Files Changed:
src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java;
src/org/eclipse/birt/report/engine/api/impl/DataIterator.java;
src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java;
src/org/eclipse/birt/report/engine/api/impl/ExtractionResults.java;
src/org/eclipse/birt/report/engine/api/impl/ResultMetaData.java;
src/org/eclipse/birt/report/engine/ir/Report.java;
src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java;
test/org/eclipse/birt/report/engine/api/impl/DataExtractionTaskTest.java;

Files Shared:
None
 
Files Added:
src/org/eclipse/birt/report/engine/api/impl/DataExtractionHelper.java;
 
Files Deleted:
None
 
Defect Entries Resolved:
None
 
Case Entries Resolved:
None
 
Notes to Developers:
None
 
Notes to QA:
Please test the previous data exporting feature because the data exporting have modified most of the codes
 
Notes to Documentation:
None
 
Notes to Configuration Management:
None
 
Notes to Support:
None
 
Notes to Product Marketing:
None


Back to the top