<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Firebird: Support more XResultSet functions"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=118094#c14">Comment # 14</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Firebird: Support more XResultSet functions"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=118094">bug 118094</a>
from <span class="vcard"><a class="email" href="mailto:drewjensen.inbox@gmail.com" title="Drew Jensen <drewjensen.inbox@gmail.com>"> <span class="fn">Drew Jensen</span></a>
</span></b>
<pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=147452" name="attach_147452" title="added a line in macro for each xResultSet function and some properties">attachment 147452</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=147452&action=edit" title="added a line in macro for each xResultSet function and some properties">[details]</a></span>
added a line in macro for each xResultSet function and some properties
So, using LO 6.2Beta1 these functions and properties of XResultSet are working
with firebird:
isBeforeFirst
isAfterLast
isFirst
first
getRow
relative( long > 0 ) error with negative numbers
FetchDirection
FetchSize
ResultSetConcurrency
ResultSetType
While these are not:
CursorName
isLast
beforeFirst
afterLast
last
absolute( long )
previous
refreshRow
rowUpdated
rowInserted
rowDeleted
Of those refreshRow, and these three, rowUpdate, rowInserted, and rowDeleted
surprised me.
I think, for the others, there are other open items which should get a higher
priority. For now I think it is important to clearly document, for users, what
is and isn't supported with regards to those functions not implemented because
the fb engine doesn't implement them.</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>