提交 697a9691 authored 作者: sylvain-ilm's avatar sylvain-ilm

CASCADE now needed when there's a foreign key

上级 e1cdf544
...@@ -151,7 +151,7 @@ public class TestCases extends TestBase { ...@@ -151,7 +151,7 @@ public class TestCases extends TestBase {
stat.execute("alter table b add constraint x " + stat.execute("alter table b add constraint x " +
"foreign key(a_id) references a(id)"); "foreign key(a_id) references a(id)");
stat.execute("update a set x=200"); stat.execute("update a set x=200");
stat.execute("drop table if exists a, b"); stat.execute("drop table if exists a, b cascade");
conn.close(); conn.close();
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论