Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix 112288: aggregation expression data type automatically conversion even if given it a data type

Title: Message
-Summary:

Fix the bug to show the data as the dataType users assigned

 

-Bugzilla Bug (s) Resolved:

 Bugzilla bug 112288: aggregation _expression_ data type automatically conversion even if given it a data type

  

-Description:

The dataType of the data retrieved from databases or any other source remained the same as original, it's now been converted to the dataType as users assigned.

An InconvertibleDatatype Exception will be thrown though if the data cannot be converted to the assigned dataType 

 

-Tests Description  :  

 Unit test

 

-Files Added: 

-Files Edited:

/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java 

 

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/Messages.properties

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java

/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/api/FeaturesTest.java 

 

- Notes to Build Team:
- Notes to Developers:
- Notes to QA: 
 

- Notes to Documentation:  

 

 


Back to the top