Hi, > So that I can get details of known bugs in old versions.
This is usually in the change log at http://www.h2database.com/html/changelog.html - Usually entries older than one year are removed. To get those, you need to download an old version (for example 1.1.115) and have a look at the change log there. See http://code.google.com/p/h2database/downloads/list > I don't want to have to rebuild the data on all these clients to the > latest data file format. I understand. The latest version that doesn't need the page store format is version 1.2.128. There is a migration tool, but it's a bit problematic to use (by default it tries to download the old jar file, and it starts another process): src/tools/org/h2/dev/util/Migrate.java. This file is not included in the jar file currently. 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.
