Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 134651 the joint data set cannot be created

Title: CheckIn:Fix bugzilla bug 134651 the joint data set cannot be created

- Summary:
Fix bugzilla bug 13
4651 the joint data set cannot be created

- Bugzilla Bug (s) Resolved:
13
4651


- Description:
When we createOdiQuery, the resultclass has not been initialized, so we cannot get columCount from resultclass object. It will cause NEP. Now it has been fixed


- Tests Description:
Run Unit test

- Files Added:

- Files Edited:
/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedJointDataSourceQuery.java

- Files Deleted:

 

- 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