[Libreoffice-bugs] [Bug 136637] Firebird: Entering the sql command will cause Libreoffice to hang
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Sep 10 14:31:09 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=136637
Robert Großkopf <robert at familiegrosskopf.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |robert at familiegrosskopf.de
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
--- Comment #1 from Robert Großkopf <robert at familiegrosskopf.de> ---
Seems Firebird doesn't like the character set - definition here.
CREATE TABLE ext_log EXTERNAL FILE 'ext_log.txt' (c char(2));
seems to work with a real path. But I couldn't find the file, which has been
created. Then I tried to input values into this (non existent, but listed)
table. I will get this message:
firebird_sdbc error:
*Use of external file at location /home/robby/ext_log.txt is not allowed by
server configuration
caused by
'INSERT INTO "EXT_LOG" ("C") VALUES ('y');'
All tested under OpenSUSE 15.1 64bit rpm Linux with LO 6.4.6.2
The original command with
character set WIN1251
leads also to a hang of LO.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200910/580a9e0f/attachment.htm>
More information about the Libreoffice-bugs
mailing list