I think you can dump the database into a SQL script using SCRIPT function and downgrade to 1.2 series and then load the SQL script. The main issue would be some differences in SQL languages between 1.2 and 1.3 series of H2 which you need to dig up from the change logs.
On Wednesday, April 18, 2012 3:33:08 AM UTC+8, marcolopes wrote: > > Is there any known incompatibility downgrading from the last 1.3 version > to the last 1.2? > > The databases where created with 1.2.147, upgraded using 1.3.166, and now > are running on 1.2.147 again > > Thanks. -- 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/-/dtD0rQvrwd4J. 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.
