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