Closed GoogleCodeExporter closed 8 years ago
Sorry for the typo in the issue title, should be "...fails since version
1.3.161"
Original comment by lars.bru...@virtualforge.com
on 11 Jan 2012 at 10:59
I will have a look.
Original comment by thomas.t...@gmail.com
on 30 Jan 2012 at 6:33
Hi,
It works for me if a slash is added after the "!". See also
http://h2database.com/html/features.html#database_in_zip
String databaseZipUrl = "jdbc:h2:zip:/Users/thomasm/temp/test.zip!/testdb;IFEXISTS=TRUE;ACCESS_MODE_DATA=r;CIPHER=AES";
instead of
String databaseZipUrl = "jdbc:h2:zip:/Users/thomasm/temp/test.zip!testdb;IFEXISTS=TRUE;ACCESS_MODE_DATA=r;CIPHER=AES";
Original comment by thomas.t...@gmail.com
on 23 Feb 2012 at 7:43
Original issue reported on code.google.com by
lars.bru...@virtualforge.com
on 11 Jan 2012 at 10:56