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

--- Comment #30 from Yannick Chiron <ylchi...@free.fr> ---
Thanks for this workaround.  I can also confirm that replacing in the Table
structure a field labeled "Memo [LONGVARCHAR]" by "Text [VARCHAR]" makes the
text appear normally. But one must be aware that "Memo [LONGVARCHAR]" has an
unspecified length of characters ("0" for unlimited) whereas "Text [VARCHAR]"
has a 100 characters length by default (can be extended, I just tried 10,000
length).

So overall, it seems that it is a working workaround while waiting for a fully
satisfying fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to