Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 163301 Preview the sample report SalesByProducts.rptdesign in the webviewer will get exception (in Head & 2.1.2)

-          Summary:

CheckIn:Fix bugzilla bug 163301 Preview the sample report SalesByProducts.rptdesign in the webviewer will get exception


- Bugzilla Bug (s) Resolved:
[
163301] Preview the sample report SalesByProducts.rptdesign in the webviewer will get exception


- Description:
When Data is saving ResultClass information, it will compare the column names used by column binding to the column names in ResultClass. However, this is not enough for column alias can also be used in column binding. Add code to compare column alias as well when save the ResultClass information, this bug is so that fixed.


- Tests Description:
No.


- Files Edited:

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