[Libreoffice-bugs] [Bug 117118] Firebird: Saving of data should be done automatically

2023-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117118

jcs...@libreoffice.org changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |jcs...@libreoffice.org
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 117118] Firebird: Saving of data should be done automatically

2022-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117118

--- Comment #9 from Robert Großkopf  ---
This enhancement is the same as it will be executed by the following macro:

SUB DataFlush
DIM oDatasource AS OBJECT
DIM oConnection AS OBJECT
oDatasource = thisDatabaseDocument.CurrentController
IF NOT (oDatasource.isConnected()) THEN oDatasource.connect()
oData = oDatasource.DataSource()
oData.flush
END SUB

At this moment I connect this procedure to 
Tools → Customize → Events → View is going to be closed.

Data will be saved and I have only save separately by dialog or button when
there has something else been changed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 117118] Firebird: Saving of data should be done automatically

2018-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117118

--- Comment #8 from Drew Jensen  ---
sorry - double post again.

There is another choice - rethink the decision to use compression on the ODB
file and let the database engine do what it does naturally. 

I suppose though that would open up a whole other set of risks given the code
base.

-- 
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


[Libreoffice-bugs] [Bug 117118] Firebird: Saving of data should be done automatically

2018-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117118

Drew Jensen  changed:

   What|Removed |Added

 CC||drewjensen.in...@gmail.com

--- Comment #7 from Drew Jensen  ---
(In reply to Lionel Elie Mamane from comment #3)
> (In reply to robert from comment #0)
> > Using HSQLDB you usually haven't to press "save" if only data have been
> > changed. You have to leave the row and data will be saved automatically.
> 
> Horrible hacks to do that were the source for some of the weirdness and
> corruption issues in embedded HSQL. It was decided that for Firebird, that
> error would not be repeated.

The hacks, IIRC, were a result of two issues. First the use of HSQL 1.8 which
uses multiple files for the database storage. Second use of compression for OO
files. 

The request from the Base developers early on was to not compress the ODB file
to get around that but the project management team would not go along with
that, the file would remain compressed like the others.

HSQL 2.0 was supposed to help precisely because it moved all the different
files used into a single file - but that never happened.

IDK with the embedded firebird engine if there is a single file for everything.
I suspect there is. If so than there should be a non-terrible way to offer
something closer to what users expectations are.

-- 
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


[Libreoffice-bugs] [Bug 117118] Firebird: Saving of data should be done automatically

2018-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117118

--- Comment #6 from Alex Thurgood  ---
(In reply to Lionel Elie Mamane from comment #3)


> Horrible hacks to do that were the source for some of the weirdness and
> corruption issues in embedded HSQL. It was decided that for Firebird, that
> error would not be repeated.


In that case, some kind of solution for reports like bug 117513 will need to be
provided.

-- 
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


[Libreoffice-bugs] [Bug 117118] Firebird: Saving of data should be done automatically

2018-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117118

rob...@familiegrosskopf.de changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||7513

-- 
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


[Libreoffice-bugs] [Bug 117118] Firebird: Saving of data should be done automatically

2018-04-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117118

--- Comment #5 from rob...@familiegrosskopf.de ---
Shouldn't be a WONTFIX. 

The Save-button in the table is deactivated every time I switch from a input to
next row. Then it is activated while I input new values. This behavior
suggests: Data are saved. But data aren't saved, you have to save them a second
time with the whole document.

I know: Every created table, every created query or form will be saved twice.
But a user, who gets databases from me, doesn't change the forms, queries,
tables ... He expects, like in webforms or while connecting Base to an external
database: Saved data are saved. I haven't to press "Save" again.

-- 
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


[Libreoffice-bugs] [Bug 117118] Firebird: Saving of data should be done automatically

2018-04-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117118

--- Comment #4 from Alex Thurgood  ---
(In reply to Lionel Elie Mamane from comment #3)


> Horrible hacks to do that were the source for some of the weirdness and
> corruption issues in embedded HSQL. It was decided that for Firebird, that
> error would not be repeated.


Can I take that as a "WONTFIX" then ?

-- 
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


[Libreoffice-bugs] [Bug 117118] Firebird: Saving of data should be done automatically

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117118

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||51780


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=51780
[Bug 51780] [META] Default to Firebird not HSQLDB in Base (for _new_ files)
-- 
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


[Libreoffice-bugs] [Bug 117118] Firebird: Saving of data should be done automatically

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117118

--- Comment #3 from Lionel Elie Mamane  ---
(In reply to robert from comment #0)
> Using HSQLDB you usually haven't to press "save" if only data have been
> changed. You have to leave the row and data will be saved automatically.

Horrible hacks to do that were the source for some of the weirdness and
corruption issues in embedded HSQL. It was decided that for Firebird, that
error would not be repeated.

-- 
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


[Libreoffice-bugs] [Bug 117118] Firebird: Saving of data should be done automatically

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117118

--- Comment #2 from Alex Thurgood  ---
It is debatable whether this is a RFE or in fact a bug. Current behaviour is
transparent for the user when using a hsqldb embedded database, and from what I
recall this behaviour was introduced into the code deliberately - if so, then
we should offer the same behaviour to users who switch to default embedded
Firebird.

-- 
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


[Libreoffice-bugs] [Bug 117118] Firebird: Saving of data should be done automatically

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117118

Alex Thurgood  changed:

   What|Removed |Added

 OS|Linux (All) |All

-- 
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


[Libreoffice-bugs] [Bug 117118] Firebird: Saving of data should be done automatically

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117118

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Severity|normal  |enhancement

--- Comment #1 from Buovjaga  ---
Sounds like a good enhancement to achieve parity with HSQLDB.

-- 
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