Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: enhance the process of cascading parameter in data engine side

- Summary:
.The data type of cascading parameter is not required to be strictly the same as that of data retrieved from data set. An automatic conversion will be done if such a conversion is applicable.


- Bugzilla Bug (s) Resolved:
Related with 113495: [smoke] Preview list is blank when preview dynamic parameter]


- Description:
Sometimes the data type specified by users might not match that of data retrieved from data set for cascading parameters. In such a situation, a trial of automatic conversion will be done.


- Tests Description:
Auto Junit test


- 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/test/org/eclipse/birt/data/engine/api/FeaturesTest.java

 

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/IResultIterator.java

 

- Files Added:

N/A

 

- 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