https://bugs.documentfoundation.org/show_bug.cgi?id=115893

--- Comment #12 from Drew Jensen <[email protected]> ---
Created attachment 142449
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142449&action=edit
example firebird odb with workaround

There is a workaround if you accept up to 32K of text as a suitable solution,
for today at least, and that is to use a view with the cast function.

This new test file includes a Query and View, both identical SQL:
SELECT "ID", "First_Name", "Last_Name", cast( left( "contacts"."Notes", 1024)
as  CHAR(1024) ) as "Notes" FROM "Business Contacts" "contacts"

Likely a separate issue is found by executing the Query look at Notes content,
then look at the form and report which use that query, empty content for Notes,
while the form and report using the view gets the expected results.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to