https://bugs.documentfoundation.org/show_bug.cgi?id=145900
--- Comment #8 from mc <[email protected]> --- (In reply to Robert Großkopf from comment #7) > ... > 20 Bill > Refresh the table > There will be shown > 4 Robert > > This will appear only with Firebrid, not with HSQLDB. HSQLDB would insert > the new row with > 21 Robert ID Key in Firebird not work same as HSQLDB If you manually change value of ID Key in a table, need to update the internal ID "counter" before to continue to insert other record, ex. with: ALTER TABLE "table" ALTER COLUMN "ID" RESTART WITH 21; @mhonline first has showed a Form in attachment 176524 -- You are receiving this mail because: You are the assignee for the bug.
