<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:robert@familiegrosskopf.de" title="Robert Großkopf <robert@familiegrosskopf.de>"> <span class="fn">Robert Großkopf</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Firebird: Entering the sql command will cause Libreoffice to hang"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=136637">bug 136637</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>robert@familiegrosskopf.de
</td>
</tr>
<tr>
<td style="text-align:right;">Ever confirmed</td>
<td>
</td>
<td>1
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>UNCONFIRMED
</td>
<td>NEW
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Firebird: Entering the sql command will cause Libreoffice to hang"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=136637#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Firebird: Entering the sql command will cause Libreoffice to hang"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=136637">bug 136637</a>
from <span class="vcard"><a class="email" href="mailto:robert@familiegrosskopf.de" title="Robert Großkopf <robert@familiegrosskopf.de>"> <span class="fn">Robert Großkopf</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>