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

--- Comment #16 from Drew Jensen <drewjensen.in...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to