[Libreoffice-bugs] [Bug 118094] Firebird: Support more XResultSet functions
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Dec 11 23:45:56 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=118094
--- Comment #14 from Drew Jensen <drewjensen.inbox at gmail.com> ---
Created attachment 147452
--> https://bugs.documentfoundation.org/attachment.cgi?id=147452&action=edit
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.
--
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/20181211/98c828be/attachment.html>
More information about the Libreoffice-bugs
mailing list