Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix Bugzilla Bug 120061

-Summary:

Bug 120061: data type boolean in dbms can not show in data set

 

-Bugzilla Bug (s) Resolved:

 Bugzilla bug 120061

  

-Description:

The way postgresql shows its boolean data type is a little different from that of the others, i.e. it shows 't' for true and 'f' for false rather than '1' and '0'.

Some snippet has been added to deal with this problem, and users are now able to see '1' and '0' which stand for true and false respectively.

 

-Tests Description:   

 

-Files Added: 

-Files Edited:

/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/ResultSet.java 

 

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

 


Back to the top