https://bugs.freedesktop.org/show_bug.cgi?id=70433

--- Comment #5 from Lionel Elie Mamane <lio...@mamane.lu> ---
The question whether the GUI shows the choice or not is independent on whether
it should work when typed directly. If you want to discuss that enhancement,
please fork it into another bug report.

For clarity, *this* bug is (to the best of my understanding) about the result
of "LIST()" function being recognised as BLOB with internal firedb, but as
varchar (string) using external firedb.

Robert: for "external" firedb, do you use the native connector or something
like ODBC or JDBC?

Robert: try adding the explicit cast to varchar of the result; something like:
 SELECT CAST( LIST("Vorname", ' and ') AS VARCHAR) FROM "Name_VarcharID"

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to