Hi, I am using h2 version 1.2.137 with hibernate 3.5.1-Final and I am getting a strange Unique index exception:
Unique index or primary key violation: "MYTABLE_DATA ON PUBLIC.MYTABLE(ID, CREATEDAT, ..., ...)" I can open the db, but every time I want to store sth. this exception occurs. Is my database corrupt like suggested here: http://fri13th.com/blog/archives/285 ? What does MYTABLE_DATA ON ... mean? And why do I get a different exception if I explicitely violate my unique key constraint for "name" in that table? Unique index or primary key violation: "CONSTRAINT_INDEX_5 ON PUBLIC.MYTABLE(NAME)" Regards, Peter. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
