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

Testing with PAGE_STORE=FALSE. Thanks to Vince Bonfanti.

上级 2e8987be
......@@ -262,8 +262,8 @@ public abstract class TestBase {
if (config.cipher != null) {
url += ";CIPHER=" + config.cipher;
}
if (config.pageStore) {
url += ";PAGE_STORE=TRUE";
if (!config.pageStore) {
url += ";PAGE_STORE=FALSE";
}
return "jdbc:h2:" + url;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论