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

Alex Thurgood <ipla...@yahoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Alex Thurgood <ipla...@yahoo.co.uk> ---
@Howard : 

First, please separate out your problems into separate reports, it makes
answering and triaging easier for the QA people and conforms to our QA process
;-)

1) irrespective of whether the backend requires a primary key, the LibreOffice
Base code responsible mandates the use of a primary key in order to be able to
write data to the table. So this is not a bug from the LibreOffice application
perspective. This is actually in the included help and relevant documentation
(Introduction/Guide to Base).

2) You can set AUTOVALUE on in table design for hsqldb, which avoids you being
asked this question. You can also set it manually from the menu Tools > SQL
dialog window with the appropriate hsqldb DML/DDL. In fact you can pretty much
alter anything about hsqldb tables/schemas from this dialog. I don't
know/remember whether the same can be said for mysql.

3) In the past, one couldn't even set the AUTOVALUE for mysql via the table
design UI on table creation, it could only be done manually outside of LO, so
it is already a bonus that you can from within the app.

As all of the issues you have mentioned are either already known, or work as
designed, I'm closing this report as INVALID.

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