From 1cdbfb50ad4be1b18d16f279f6295ba26b9c7ae8 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 4 Jun 2006 01:40:42 +0000 Subject: [PATCH] my test sql file --- plugins/testsuite/sqlxtest.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugins/testsuite/sqlxtest.sql diff --git a/plugins/testsuite/sqlxtest.sql b/plugins/testsuite/sqlxtest.sql new file mode 100644 index 00000000..bf220254 --- /dev/null +++ b/plugins/testsuite/sqlxtest.sql @@ -0,0 +1,8 @@ + + +CREATE TABLE gaben (gaben int primary key, fat varchar(32)); + +INSERT INTO gaben VALUES(1, 'what the'); +INSERT INTO gaben VALUES(2, 'Bee''s Knees!'); +INSERT INTO gaben VALUES(3, 'newell'); +INSERT INTO gaben VALUES(4, 'CRAB CAKE.');