Subject: | timestamp type not returned correctly |
Using Class::DBI and Class::DBI::Plugin::Type, if I call the column_type method on a field that in postgres is a timestamp, the method returns 93 (the type code) instead of 'timestamp'. My understanding from looking at the Class::DBI::Plugin::Type code is that this is due to the DBD::Pg driver not having a data type name to map the number to.
postgres 8.0.3, DBD::Pg 1.43, perl 5.8.6, OS X 10.4.2