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

Remove test case that doesn't work for the MVStore

上级 7f81a4a8
...@@ -140,10 +140,6 @@ insert into test values(1,1), (1,2); ...@@ -140,10 +140,6 @@ insert into test values(1,1), (1,2);
select count(*) from test where a in(1,2) and b in(1,2); select count(*) from test where a in(1,2) and b in(1,2);
> 2; > 2;
drop table test; drop table test;
create memory temp table test(name varchar primary key);
select index_class from information_schema.indexes where table_name = 'TEST';
> org.h2.index.TreeIndex;
drop table test;
create table test(id int); create table test(id int);
alter table test alter column id set default 'x'; alter table test alter column id set default 'x';
select column_default from information_schema.columns c where c.table_name = 'TEST' and c.column_name = 'ID'; select column_default from information_schema.columns c where c.table_name = 'TEST' and c.column_name = 'ID';
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论