Skip Menu |

This queue is for tickets about the DBD-Pg CPAN distribution.

Report information
The Basics
Id: 13806
Status: resolved
Priority: 0/
Queue: DBD-Pg

People
Owner: Nobody in particular
Requestors: davekam [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 1.44



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