summaryrefslogtreecommitdiff
path: root/tests/aborter.sql
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-10-24 16:47:18 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-10-24 16:47:18 -0400
commit6dbd6e0786f8ab1b5b35883dca6695cf58272b5b (patch)
treee31ecf97ee6f1ea13fec2933c85e987d660e0871 /tests/aborter.sql
parentbb640a6174757adb8693d25c831728699e23d68b (diff)
Transactions seem to be working
Diffstat (limited to 'tests/aborter.sql')
-rw-r--r--tests/aborter.sql3
1 files changed, 3 insertions, 0 deletions
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