X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FDB2.pm;h=8e867e0a023a7911d76637ada81f5be0319f74e1;hb=9eba6e064068c3fde1e7c075c9133caea7adb4c0;hp=83e2bc7512c2f56cea4e34578345f6e7532d8545;hpb=75d079145a507a0e5ff89b2676d383f4fd1a5511;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Storage/DBI/DB2.pm b/lib/DBIx/Class/Storage/DBI/DB2.pm index 83e2bc7..8e867e0 100644 --- a/lib/DBIx/Class/Storage/DBI/DB2.pm +++ b/lib/DBIx/Class/Storage/DBI/DB2.pm @@ -21,6 +21,8 @@ sub last_insert_id } +sub datetime_parser_type { "DateTime::Format::DB2"; } + 1; =head1 NAME