[Libreoffice-bugs] [Bug 106463] Data Records Not Saved to External Firebird Database File

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Jan 26 18:42:31 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=106463

--- Comment #16 from Drew Jensen <drewjensen.inbox at gmail.com> ---
(In reply to Robert Großkopf from comment #15)
> *** Bug 122967 has been marked as a duplicate of this bug. ***

So - as a work around (scripting vs core code fix) for this there are three
approaches that I see as fairly straightforward.

1 - catch the close file event and check if it is an ODB with firebird_file
sdbc and issue a commit against the connection prior to releasing it. (though I
have not tested if that even is called before the connection is closed I
believe it is) 
or
2 - catch the sub_component close event inside the ODB and issue a commit. (I
prefer this one)
or
3 - catch the file save event for individual ODB files by updating the
properties of the physical files and issue the commit. (easiest script to write
and it works)

Maybe this merits a post on the ask.lo service with example script for those.

-- 
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/20190126/298fe7c7/attachment.html>


More information about the Libreoffice-bugs mailing list