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

--- Comment #5 from Robert Großkopf <[email protected]> ---
Screenshot doesn't help here. An example is needed, which shows the behavior
with wrap. I have now tested with a very old version of LO: LO 6.1.5.2. I won't
get any wrap when creating a query with

SELECT "Field1"||ASCII_CHAR(10)||"Field2" FROM "table"
or
SELECT "Field1"||ASCII_CHAR(10)||ASCII_CHAR(13)||"Field2" FROM "table"

And this isn't a special behavior of Firebird, it is the same with HSQLDB.

You will get the wrap when creating the fields in Firebird as CLOB, not as
Varchar. And this is the same behavior with current LO 24.8.1 and the very old
LO 6.1.5. Creating such a query with wrap and this type of fields will work.

And this is also the same behavior in internal HSQLDB.

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

Reply via email to