[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
Mon Jun 4 00:30:55 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=106463
--- Comment #13 from Francesco <fr.sanfilippo at gmail.com> ---
I am experiencing the same problem, with an external Firebird database.
The problem seems to me that unless a modification to the inner structure of
the database is performed (tables, constraints, etc), data modification is not
committed and gets lost when the odb file is closed.
In other words, if data is added or modified in a table, this modifications are
visible until the odb file is open, but when the file is closed, no request to
save is made, the transaction is rolled back and the data changes lost.
If instead some inner modification is performed before closing the odb file
(like adding a new table), the database is immediately committed. Incidentally,
when closing the odb file, it will be asked to save the data but the answer
seems to have no impact: the modification both to inner structure and data are
already commited, no matter the answer...
--
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/20180604/0c950f39/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list