[Libreoffice-bugs] [Bug 126639] Auto_increment issue editing Base
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Jul 31 15:12:57 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=126639
Alex Thurgood <iplaw67 at 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 <iplaw67 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190731/8cfe8420/attachment.html>
More information about the Libreoffice-bugs
mailing list