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/06543a04-9844-46ed-b722-c0af26fc1479%40googlegroups.com.
