Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix 136801: Chart bind joint data set, data type change incorrectly..

- Summary:
Fix bug 136801


- Bugzilla Bug (s) Resolved:
Bug 136801: Chart bind joint data set, data type change incorrectly.


- Description:
Cache shouldn't be used when retriving the right and the left data set of a joint data set.

 

Modified initialize() method in PreparedJointDataSourceQuery.java:

1. close cache before retriving the right and the left data set

2. restore cache after retriving the right and the left data set

 

- Tests Description:
Junit 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/executor/DataSetCacheManager.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/dscache/DataSetResultCache.java

 

/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/api/DataSetCacheTest.java

 

 

- Files Added:

 

 

- 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