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

--no commit message

--no commit message
上级 8bf7b147
...@@ -48,6 +48,9 @@ public class TestCompatibility extends TestBase { ...@@ -48,6 +48,9 @@ public class TestCompatibility extends TestBase {
} }
private void testDomain() throws SQLException { private void testDomain() throws SQLException {
if (config.memory) {
return;
}
Statement stat = conn.createStatement(); Statement stat = conn.createStatement();
stat.execute("create table test(id int primary key) as select 1"); stat.execute("create table test(id int primary key) as select 1");
try { try {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论