Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix 140705: Insert group does not work properly when cache preference is set

- Summary:
Fix bug 140705


- Bugzilla Bug (s) Resolved:
[140705] Insert group does not work properly when cache preference is set


- Description:
When there is group definition, a temp computed column will be generated for group transformation. In comparing whether a cached data set is stored, the temp computed column will be incorrectly used. This check in is to fix it.


- Tests Description:
Junit Test


- Files Edited:
/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/api/DataSetCacheTest.java

 

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceAndDataSet.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