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') {