Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 136973 Refresh problem-column name in chart builder on behalf of Jianqiang

Title: CheckIn:Fix bugzilla bug 136973 Refresh problem-column name in chart builder on behalf of Jianqiang

- Summary:
Fix bugzilla bug 136973 Refresh problem-column name in chart builder

- Bugzilla Bug (s) Resolved:
136973

- Description:
In Data explorer, right click refresh menuItem will force Data adapter to get the latest metadata and it will clear the cached metaData and resultSet value. For ScriptDataSetHandle, it is a special case because it uses resultset property as its metadata. So it should not be cleared, we add a flag useColumnHint to indicate queryExcutionHelper whether need to use columnHint.

- Tests Description:
U
I feature

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

- Files Edited:
/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/QueryExecutionHelper.java
/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetMetaDataHelper.java


- Files Added:

- Files Deleted


Back to the top