projects
/
dbsrgits/SQL-Translator-2.0-ish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cefb13c
)
map integer
Justin Hunter [Fri, 10 Jul 2009 00:45:38 +0000 (17:45 -0700)]
lib/SQL/Translator/Producer/SQLite.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator/Producer/SQLite.pm
b/lib/SQL/Translator/Producer/SQLite.pm
index
9335906
..
c019cc2
100644
(file)
--- a/
lib/SQL/Translator/Producer/SQLite.pm
+++ b/
lib/SQL/Translator/Producer/SQLite.pm
@@
-9,6
+9,7
@@
my %data_type_mapping = (
SQL_INTEGER() => 'integer',
SQL_CHAR() => 'character',
SQL_VARCHAR() => 'varchar',
+ SQL_BIGINT() => 'integer',
);
sub _create_table {