From 6dbd6e0786f8ab1b5b35883dca6695cf58272b5b Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Fri, 24 Oct 2008 16:47:18 -0400 Subject: Transactions seem to be working --- tests/aborter.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/aborter.sql (limited to 'tests/aborter.sql') diff --git a/tests/aborter.sql b/tests/aborter.sql new file mode 100644 index 00000000..ab6110fc --- /dev/null +++ b/tests/aborter.sql @@ -0,0 +1,3 @@ +CREATE TABLE uw_Aborter_t(uw_a int8 NOT NULL); + + \ No newline at end of file -- cgit v1.2.3