projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6db94ac
)
added sqlt_type
Brian Cassidy [Thu, 2 Mar 2006 20:12:57 +0000 (20:12 +0000)]
lib/DBIx/Class/Storage/DBI/Pg.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBI/Pg.pm
b/lib/DBIx/Class/Storage/DBI/Pg.pm
index
a1bdc6d
..
f9cbee9
100644
(file)
--- a/
lib/DBIx/Class/Storage/DBI/Pg.pm
+++ b/
lib/DBIx/Class/Storage/DBI/Pg.pm
@@
-30,6
+30,10
@@
sub get_autoinc_seq {
}
}
+sub sqlt_type {
+ return 'PostgreSQL';
+}
+
1;
=head1 NAME