Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: Bugzilla 120987 Images from sample DB do not appear in report

- Summary:

 

 

- Bugzilla Bug(s) Resolved:

Bugzilla 120987 Images from sample DB do not appear in report

 

- Description:

The oda.jdbc driver did not implement the ODA IBlob.getBytes() method, and as a result the call to get binary data is redirected to IBlob.getBinaryStream(). However there appears to be a limitation in Derby’s implementation of Blob binary stream – it only returns the first 32KB of the data.

This checkin implements IBlob.getBytes() in oda.jdbc driver by calling JDBC Blob.getBytes().

 

- Tests Description:

Run report attached to 120987

 

- Files Edited:

"/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Blob.java"

 

- Files Added:

 

 

- Notes to Build Team:

 

 

- Notes to Developers:

 

 

- Notes to QA:

 

 

- Notes to Documentation:

 

 

 


Back to the top