提交 c011af00 authored 作者: Thomas Mueller's avatar Thomas Mueller

Read-only databases in a zip file did not work when using the -baseDir option.

上级 5638afc9
......@@ -52,6 +52,9 @@ public class TestReadOnly extends TestBase {
}
private void testReadOnlyInZip() throws SQLException {
if (config.cipher != null) {
return;
}
deleteDb("readonly");
String dir = getBaseDir();
Connection conn = getConnection("readonly");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论