Bug 122400 - CBlob in base report displayed not correctly
Summary: CBlob in base report displayed not correctly
Status: RESOLVED DUPLICATE of bug 115893
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
6.1.3.2 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-01 12:11 UTC by lutz_
Modified: 2019-01-01 15:21 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lutz_ 2019-01-01 12:11:22 UTC
Description:
The value of a CBlob column from an embedded Firebird-database is not shown correctly in a textbox in a base report.

Steps to Reproduce:
1. create a new embedded firebird database
1. create a table with a cblob column
2. create a report with a textbox containing the cblob value
3. execute the report

Actual Results:
The textbox content is:

Any[Type[com.sun.star.sdbc.XClob], com.sun.star.bridges.jni_uno.JNI_proxy@6301472b [oid=555b16d650;mscx[0];26443a343888492792429e97dff453c6, type=com.sun.star.sdbc.XClob]]


Expected Results:
The textbox content should be:

some text


Reproducible: Always


User Profile Reset: No



Additional Info:
Comment 1 Drew Jensen 2019-01-01 15:21:33 UTC
A known anomaly, with a known work around which is to cast the column to a VARCHAR in the result set passed to the reporting engine.

Setting as duplicate.

*** This bug has been marked as a duplicate of bug 115893 ***