Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix Bugzilla Bug 146548[regression]Data type convert in chart data binding doesn't work.

- Summary:
Fix Bugzilla Bug 146548[regression]Data type convert in chart data binding doesn't work..


- Bugzilla Bug (s) Resolved:
Bugzilla Bug 146548[regression]Data type convert in chart data binding doesn't work.


- Description:
This bug is caused by not keeping the data type information when create column reference _expression_ in the compilation of column binding _expression_. Add type information to column reference _expression_ to fix the bug.


- Tests Description  :
Unit test


- Notes to Build Team:

- Notes to Developers:

- Notes to QA: 
 

 

- Notes to Documentation:  

- Files Edited:
"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/_expression_/ColumnReferenceExpression.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/_expression_/ExprEvaluateUtil.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/_expression_/ExpressionParseHelper.java"

 

"/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/binding/ColumnBindingTest.java"

 

- Files Added:

 

- Files Deleted

 

 


Back to the top