Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 192800&187445

- Summary:
Fix bugzilla bug 192800&187445.


- Bugzilla Bug (s) Resolved:
192800Format DateTime doesn't work for xtab.[1102]

187445The joint result of script computed column is incorrect[07]

- Description:

Bug 192800: After Crosstab add IBinding datatype, we should apply this datatype on the value retrieved from cube.

Bug 187445: This bug is a reopened since the former fixed in PreparedJointDataSourceQuery. There is something wrong when we get the resultIterator from subDataSet, which is caused by the session state change if we switch to execute another subDataset.

Now these two bugs have been fixed.


- Tests Description:

- 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/olap/impl/query/CubeCursorImpl.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/script/OLAPExpressionHandler.java"

 

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedJointDataSourceQuery.java"


- Files Added:

- Files Deleted

 


Back to the top