Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix bugzilla Bug 123051 When Setting XML as data source and changing the XPATH, the datatype of 'Double' and 'Date' display the default value. Actually, the default value should not been set.

-Summary:

Fix bugzilla Bug 123051 When Setting XML as data source and changing the XPATH, the datatype of 'Double' and 'Date' display the default value. Actually, the default value should not been set.

 

-Bugzilla Bug (s) Resolved:

None

 

-Description:

The bug is caused by not using ResultSet.wasNull method to exam the return value from ResultSet.getXXX() method. Fix this in source.


-Tests Description:
None

 

-Files Edited:

"/org.eclipse.birt.report.data.oda.xml.ui/src/org/eclipse/birt/report/data/oda/xml/ui/wizards/ResultSetTableViewer.java" 

 

- Notes to Build Team:
- Notes to Developers:
- Notes to QA: 
 

- Notes to Documentation:

 

 


Back to the top