projects
/
dbsrgits/SQL-Translator-2.0-ish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
46ad29b
)
spacing change
Justin Hunter [Wed, 10 Feb 2010 23:31:22 +0000 (15:31 -0800)]
lib/SQL/Translator/Producer/SQL/SQLite.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator/Producer/SQL/SQLite.pm
b/lib/SQL/Translator/Producer/SQL/SQLite.pm
index
a6bc70a
..
dc59a51
100644
(file)
--- a/
lib/SQL/Translator/Producer/SQL/SQLite.pm
+++ b/
lib/SQL/Translator/Producer/SQL/SQLite.pm
@@
-50,7
+50,7
@@
method produce {
for my $table ( $schema->get_tables ) {
push @create, $self->create_table($table, { no_comments => $no_comments,
- sqlite_version => $sqlite_version,
+ sqlite_version => $sqlite_version,
add_drop_table => $add_drop_table,});
}