Adding two test cases for 469

This commit is contained in:
Simone Scarduzio
2016-01-24 14:52:14 +00:00
parent b5e6a93b32
commit 74d76c690f
5 changed files with 21 additions and 0 deletions
+2
View File
@@ -266,6 +266,8 @@ INSERT INTO "Escap3e;" VALUES (1), (2), (3), (4), (5);
TRUNCATE TABLE "ghostBusters" CASCADE;
INSERT INTO "ghostBusters" VALUES (1), (3), (5);
TRUNCATE TABLE "withUnique" CASCADE;
INSERT INTO "withUnique" VALUES ('nodup', 'blah')
--
-- PostgreSQL database dump complete
--