Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] [131040] CheckIn: Fix bugzilla bug Support simple data set join feature.

- Summary:
Fix bugzilla bug Support simple data set join feature.


- Bugzilla Bug (s) Resolved:
[131040] Support simple data set join feature.

 

- Description: 
The join between two existing data set is now allowed. We are now supporting left join, right join and outer join against data sets. Data sets involved in a join can be of any data source type. For example, a JDBC data set may be joined to another JDBC data set, or a Scripted Data Set may be joined to an XML data set. A joint data set may also be joined to other data sets.
 
This check in is the end of a series of Joint data set related check-ins in data side.

 

- Tests Description:
Unit test.


- Files Edited:
"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedJointDataSourceQuery.java"
"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/jointdataset/JointResultMetadata.java"
"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/SmartCache.java"
"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/jointdataset/BaseJointDataSetPopulator.java" 
 
"/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/impl/JointDataSetTest.java"
"/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/impl/golden/JointDataSetTest.testComplexLeftOuterJoin.txt"
"/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/impl/golden/JointDataSetTest.testComplexRightOuterJoin.txt" 
"/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/impl/golden/JointDataSetTest.testComplexInnerJoin.txt" 
- Files Added:


- Files Deleted:

 

- 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