projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2eb042e
)
Added a comment for a test.
Ken Youens-Clark [Tue, 9 Sep 2003 16:04:38 +0000 (16:04 +0000)]
t/data/mysql/sqlfxml-producer-basic.sql
patch
|
blob
|
blame
|
history
diff --git
a/t/data/mysql/sqlfxml-producer-basic.sql
b/t/data/mysql/sqlfxml-producer-basic.sql
index
a5b0874
..
c8b3131
100644
(file)
--- 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 ''