X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FSQLite.pm;h=7fada30a4fcaca0e05c104f0ffd0fdbb63f007fa;hb=40f751811e773082d1cc654f15f06ef65749a9e9;hp=5e125c9c8cd8196dfc3dd76387d9a6b355c5999c;hpb=7ff18dbd7fdaff372c7ec8476a62ccc9e5d5bb68;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Storage/DBI/SQLite.pm b/lib/DBIx/Class/Storage/DBI/SQLite.pm index 5e125c9..7fada30 100644 --- a/lib/DBIx/Class/Storage/DBI/SQLite.pm +++ b/lib/DBIx/Class/Storage/DBI/SQLite.pm @@ -45,6 +45,8 @@ sub backup return $backupfile; } +sub datetime_parser_type { return "DateTime::Format::SQLite"; } + 1; =head1 NAME