Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: [136243] [Smoke]Set a group on the column's alias, an error is thrown out

- Summary:
Fix bugzilla bug 136243.


- Bugzilla Bug (s) Resolved:
[136243] [Smoke]Set a group on the column's alias, an error is thrown out


- Description:
When do multipass to a query, temporary computed columns will be generated and cleaned by the end of passing. The ResultClass will be re-generated to complement the latest result set. The generation of ResultClass in method MultiPassRowProcessorCCAssistant.
rebuildResultClass(), is however missed the alias of columns, which caused the bug.


- Tests Description:
Junit Test


- Files Edited:
"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/MultiPassRowProcessorCCAssistant.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