Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix the dataSetParameter's type bug due to the change of ModelOdaAdapter

Title: CheckIn:Fix the dataSetParameter's type bug due to the change of ModelOdaAdapter

- Summary:
Fix the dataSetParmaters type bug due to the changes of Model.Oda.Adapter

- Bugzilla Bug (s) Resolved:
None

- Description:
This check-in mainly focuses on the dataSetParameters type convertion from ROM to DTE. Since ModelOdaAdapter has make the dataSetParameter type name consistent with report parameter now. It is not uniform in current impl of DTE. (DTE take the parameter data type consistent with Column data type, not report parameter.) So this might make DTE could not adapter parameter data type correctly. We add a temp solution to fix this bug. It still needs to be refactored. In UI part, the data type list will display the data type supported in report parameter data type not column data type. In data.adapter part, we will adapter corresponding parameter data type into DTE data type.

- Tests Description:
Visually test

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

- Files Edited:
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetParametersPage.java
/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/ModelAdapter.java
/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/ParameterAdapter.java


- Files Added:

- Files Deleted





Back to the top