Skip Menu |

This queue is for tickets about the DBIx-Class CPAN distribution.

Report information
The Basics
Id: 82951
Status: new
Priority: 0/
Queue: DBIx-Class

People
Owner: Nobody in particular
Requestors: BDR [...] cpan.org
Cc:
AdminCc:

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



Subject: Oracle timestamp with local time zone not supported
DBIx::Class::InflateColumn::DateTime doesn't support Oracle's "timestamp with local time zone" column type, suggested patch: 137c137 < elsif ($data_type eq 'timestamp with local time zone' || $data_type eq 'timestamp without time zone') { --- Show quoted text
> elsif ($data_type eq 'timestamp without time zone') {