Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix bug 148392: Float type fails to be retrieven in scripted datasets

- Summary:
Fix bug 148392


- Bugzilla Bug (s) Resolved:
[148392]: Float type fails to be retrieven in scripted datasets


- Description:
The attached Java class returns a java.lang.Float for the float-type columns. It looks like neither the Rhino engine nor the BIRT engine was (gasp!) capable of converting a Float to Double (which both Rhino and BIRT internally use to represent a floating point number). Fix it in BIRT.


- Tests Description:
Junit Test


- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

- Files Edited:
/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java

/org.eclipse.birt.core/test/org/eclipse/birt/core/data/DataTypeUtilTest.java


- Files Added:

N/A

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Back to the top