Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: support the feature that sub query applies to one row of parent query

- Summary:
Support the feature that sub query applies to one row of parent query


- Bugzilla Bug (s) Resolved:
Related with bug130267: Data display incorrect when nest table inside another table's detail row with sub query.


- Description:
In old implementation, sub query is only supported to get the data from group, and new implementation will support to get one row from parent query. A flag needs to be set to indicate such a requirement.


- Tests Description:
Junit Test


- Files Edited:
/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/ISubqueryDefinition.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/querydefn/SubqueryDefinition.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedSubquery.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/SmartCache.java

 

/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/binding/SubQueryTest.java

/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/impl/rd/ReportDocumentTest.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

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Back to the top