<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 - EDITING: Date-parameter in HSQLDB-queries don't work in UI-language, if parameter is only in subquery"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=87737">bug 87737</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;">Summary</td>
<td>EDITING: Date-parameter in queries don't work in UI-language, if parameter is only in subquery
</td>
<td>EDITING: Date-parameter in HSQLDB-queries don't work in UI-language, if parameter is only in subquery
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - EDITING: Date-parameter in HSQLDB-queries don't work in UI-language, if parameter is only in subquery"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=87737#c11">Comment # 11</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - EDITING: Date-parameter in HSQLDB-queries don't work in UI-language, if parameter is only in subquery"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=87737">bug 87737</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>One hint from Firebird:
Firebird needs to set the parameter, which will be compared with a date, to
VARCHAR. If I set in Firebird
CAST( :qDatum AS VARCHAR(50) )
I could input the date in GUI-language and the query will work.
... but this isn't a solution for this special problem with HSQLDB.</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>