Hi, I'm sorry, but the information you provided is not enough.
> names ilke SYSTEM_SEQUENCE_6E91F1ED_C242_48BE_887E_4465FA83FAC6 (usually > they are SYSTEM_SEQUENCE_1, etc) The 'strange' names are normal, they are UUIDs. Those ensure sequence names don't collide when merging multiple databases. My theory is (just a guess) that you sometimes open the database with a very old version of H2. I would check you are using always the same version of H2. Also, I suggest to re-create the database using SCRIPT TO ... / RUNSCRIPT FROM. Regards, Thomas -- 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.
