Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 177504 --- Engine doesn't provide SubQuery for extended item

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 177504 --- Engine doesn't provide SubQuery for extended item

- Summary:
Add getAllRows which only applies when an ExtendedItem does not have a dataset defined, and the ReportItem is sharing data with its container. True means rowSet contains all rows, while false means rowSet contains only one row.


- Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 177504 --- Engine doesn't provide SubQuery for extended item

- Description:
Add getAllRows which only applies when an ExtendedItem does not have a dataset defined, and the ReportItem is sharing data with its container. True means rowSet contains all rows, while false means rowSet contains only one row.


- 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/ExtendedItemExecutor.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/ExtensionManager.java"
"/org.eclipse.birt.report.engine/schema/reportitemQuery.exsd"
"/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/extension/internal/RowSet.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/data/dte/ReportQueryBuilder.java"

- Files Added:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/SingleRowSet.java"

- Files Deleted


-Wei Zhao(Shanghai)



Back to the top