projects
/
dbsrgits/SQL-Translator-2.0-ish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e24e4ca
)
import constants
Justin Hunter [Fri, 10 Jul 2009 00:45:27 +0000 (17:45 -0700)]
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
93e7d19
..
0c7550b
100644
(file)
--- a/
lib/SQL/Translator/Producer/PostgreSQL.pm
+++ b/
lib/SQL/Translator/Producer/PostgreSQL.pm
@@
-1,5
+1,6
@@
package SQL::Translator::Producer::PostgreSQL;
use namespace::autoclean;
use Moose::Role;
+use SQL::Translator::Constants qw(:sqlt_types);
1;