https://bugs.documentfoundation.org/show_bug.cgi?id=116982
--- Comment #4 from [email protected] ---
Have tested the following:
Opened a migrated Firebird database.
Tried to input a new row in a table with autoincrement.
Next value has to be 10.
When I want to go to next row it shows
*Problematic key value is ("id" = 0)
Click "OK"
then again
*Problematic key value is ("id" = 1)
Click "OK"
... and so on.
The generated key-value will switch every time I try to input the row again up
to the value which works.
Don't know if there is another way to set the start-value of autoincrement.
There isn't a function like
ALTER TABLE "tablename" ALTER COLUMN "fieldname" RESTART WITH <new value>;
available, because the autoincement value is set by a generator. I don't know
where to get the name of the generator. The name isn't shown in the error-code.
Could be with the name this will work:
SET GENERATOR gen_t1_id TO <new value>;
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs