projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ada2826
)
Translate MS Access memo type to text in Producer::PostgreSQL
Dagfinn Ilmari Mannsåker [Wed, 10 Dec 2014 17:29:25 +0000 (17:29 +0000)]
lib/SQL/Translator/Producer/PostgreSQL.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator/Producer/PostgreSQL.pm
b/lib/SQL/Translator/Producer/PostgreSQL.pm
index
2cd35dd
..
fb2f9d5
100644
(file)
--- a/
lib/SQL/Translator/Producer/PostgreSQL.pm
+++ b/
lib/SQL/Translator/Producer/PostgreSQL.pm
@@
-85,6
+85,11
@@
BEGIN {
# Sybase types
#
comment => 'text',
+
+ #
+ # MS Access types
+ #
+ memo => 'text',
);
$max_id_length = 62;