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

Alex Thurgood <ipla...@tuta.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=45
                   |                            |947
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEEDINFO

--- Comment #1 from Alex Thurgood <ipla...@tuta.io> ---
@Mac :

Sorry, we need more information.

1) Which database type are you using ? Above all, the type of database engine
conditions the type of autoincrement statement to be used as they are different
for each one.

For example:

mysql uses AUTO_INCREMENT

hsqldb uses GENERATED BY DEFAULT AS IDENTITY(START WITH n) where n is the
integer with which to start counting

firebird uses a different GENERATOR DDL statement :

postgresql uses the SERIAL data type

etc, etc.

As you can see, we need to know which db engine you are using.

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