Thank you so much. It's working now. I think I need the 1.4.199 version because in my user program h2 I have several threads that concurently access the database to modify it.
Le mercredi 17 juillet 2019 13:38:29 UTC+2, Patrice a écrit : > > I have a database managed under h2 1.3.172. I wanted to update with > version 1.4.199. > I make a simple SELECT on a table, I disconnect and when reconnecting I > get the following error: > *Single index violation or primary key: "PRIMARY KEY ON" "" ".PAGE_INDEX"* > *Unique index or primary key violation: "PRIMARY KEY ON" "" ".PAGE_INDEX"; > SQL statement:* > *ALTER TABLE PUBLIC.LIMES ADD CONSTRAINT PUBLIC.FK_POINT1 FOREIGN KEY > (ID_PREMIER_POINT) REFERENCES PUBLIC.POINTS (ID) NOCHECK [23505-199] > 23505/23505 (Help)* > These same actions in version 1.3.172 do not create any errors. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/3dbe5b38-1676-4de0-aed9-f3ce9ee56743%40googlegroups.com.
