[Libreoffice-bugs] [Bug 116982] FIREBIRD : Migration : import of table with autoincrement leads to integrity violation when attempting to add new record

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Apr 13 10:31:55 UTC 2018


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

--- Comment #3 from Lionel Elie Mamane <lionel at mamane.lu> ---
This looks like the autoincrement column is created in firebird (by means of a
sequence / generator, that is an object that returns a new, fresh, incremented
number each time it is required), but the generator is not initialised with the
next value it should give (something like MAX(existing values in the table) or
whatever HSQLDB would have returned for the next insertion), so it starts with
0.

-- 
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/20180413/c6c16e30/attachment.html>


More information about the Libreoffice-bugs mailing list