projects
/
dbsrgits/SQL-Translator-2.0-ish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4bee0b6
)
yes, we want column comments for SQLite
Justin Hunter [Wed, 10 Feb 2010 17:49:34 +0000 (09:49 -0800)]
lib/SQL/Translator/Parser/DDL/SQLite.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator/Parser/DDL/SQLite.pm
b/lib/SQL/Translator/Parser/DDL/SQLite.pm
index
716e98e
..
0b0868f
100644
(file)
--- a/
lib/SQL/Translator/Parser/DDL/SQLite.pm
+++ b/
lib/SQL/Translator/Parser/DDL/SQLite.pm
@@
-56,6
+56,7
@@
role SQL::Translator::Parser::DDL::SQLite {
default_value => $fdata->{'default'},
is_auto_increment => $fdata->{'is_auto_inc'},
is_nullable => $fdata->{'is_nullable'},
+ comments => $fdata->{'comments'},
table => $table,
});
$table->add_column($field);