Closed GoogleCodeExporter closed 9 years ago
That's because 1.4.182 and 1.3.176 use different internal storage engines.
So 1.4.182 is writing the data to a file that looks like "test.mv.db" and
1.3.176 is writing the data to a file that looks like "test.h2.db"
to make them both use the same engine, you need to add the option
"MV_STORE-false" to your database URL.
Original comment by noelgrandin
on 6 Jan 2015 at 7:56
Original issue reported on code.google.com by
fabian.z...@gmail.com
on 1 Dec 2014 at 10:50