Hi, > So, to summarize: is the following correct? > > "If you are using 1.2.129/1.2.30 and you drop a table or index, and > you plan to add a new index or table afterwards, you better close the > (current) connection that dropped the table/index, otherwise the bug > occurs and you might not be able to reopen the database."
No, I believe that's not correct. Correct would be: "If you are using 1.2.129/1.2.130 and you drop a table or index, and you plan to add a new index or table afterwards, you need to upgrade to version 1.2.131. Version 1.2.129 and 1.2.130 will not be able to open the database." > I know about the migration tool. And I think I can rewrite the code to > use an URLClassLoader; it doesn't seem to be complicated. It's just > that we don't have the time to enhance our update installer right now, > and especially don't have the time to regression test the new version. > So we better stick with 1.2.128 that does both datebase formats. For me it's hard to judge whether this is less risky / less work than upgrading. 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.
