From: Ken Youens-Clark Date: Tue, 9 Sep 2003 16:04:38 +0000 (+0000) Subject: Added a comment for a test. X-Git-Tag: v0.04~183 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3731665ba5d089a030bc7314ee9800cc6df8c924;p=dbsrgits%2FSQL-Translator.git Added a comment for a test. --- diff --git a/t/data/mysql/sqlfxml-producer-basic.sql b/t/data/mysql/sqlfxml-producer-basic.sql index a5b0874..c8b3131 100644 --- a/t/data/mysql/sqlfxml-producer-basic.sql +++ b/t/data/mysql/sqlfxml-producer-basic.sql @@ -8,6 +8,7 @@ -- Table: Basic -- CREATE TABLE Basic ( + -- comment on id field id integer(10) NOT NULL auto_increment ,title varchar(100) NOT NULL DEFAULT 'hello' ,description text DEFAULT ''