~drizzle-trunk/drizzle/development

1
2
3
create table t1 (a int primary key);
insert into t1 (a) values (1);
drop table t1;