Hi. I am running a H2 database server with
$ java -cp h2-1.3.157.jar org.h2.tools.Server The web interface opens but when I try to connect to my database I get Attempt to define a second primary key; SQL statement: CREATE PRIMARY KEY IF NOT EXISTS INFORMATION_SCHEMA.PRIMARY_KEY_3 ON INFORMATION_SCHEMA.LOB_MAP(LOB, SEQ) [90017-136] 90017/90017 I do not understand the message as at the moment of connection i actually do not create any primary key... or do I? Furthermore, the message confuses me as it says “IF NOT EXISTS” and obviously it is tried to create the key anyway. Any ideas? Cheers, tobi -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/2QC2xdLFhOYJ. 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.
