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

Robert Großkopf <rob...@familiegrosskopf.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rob...@familiegrosskopf.de

--- Comment #1 from Robert Großkopf <rob...@familiegrosskopf.de> ---
Created attachment 189730
  --> https://bugs.documentfoundation.org/attachment.cgi?id=189730&action=edit
Open the attached database. Write a complete row. Change row. Now try only
"Forename".

Bug seems to be a very old bug. Could see it also with LO 7.4.7.2, but it is a
buggy behavior of the database driver.
Table has been created with all fields required. Sending a row to this table to
save the data will automatically ask for new autoincremented value. After the
value has been asked for there will be detected: Oh, there are some values
missed, we can't save data …
This behavior is the same in internal HSQLDB and internal Firebird. Trying to
insert the row (with completed values) next time will ask for the next
autoincremented value.

I tried the same with MariaDB. 
With direct connection and missing content for a field there will be inserted a
(not defined) default value. "Input required" has been changed to "Input
nonsense".
With JDBC connection and missing content it produces an error. After filling
fields it will save the data with right autoincremented value. So the values
will look like 1,2,3,4 instead of 1,3,6,9 when using internal HSQLDB and
Firebird.

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

Reply via email to