Subject: | No SQLite driver support |
Attached patch makes it use MySQL for SQLite, which works afaik
Subject: | datetime-format-dbi.01.patch |
Only in DateTime-Format-DBI-0.031.fixed: Makefile
Only in DateTime-Format-DBI-0.031.fixed: blib
diff -ur DateTime-Format-DBI-0.031/lib/DateTime/Format/DBI.pm DateTime-Format-DBI-0.031.fixed/lib/DateTime/Format/DBI.pm
--- DateTime-Format-DBI-0.031/lib/DateTime/Format/DBI.pm 2003-11-03 00:17:38.000000000 +0100
+++ DateTime-Format-DBI-0.031.fixed/lib/DateTime/Format/DBI.pm 2007-04-09 20:12:40.000000000 +0200
@@ -14,6 +14,7 @@
# lowercase for case-insensitivity!
'mysql' => 'DateTime::Format::MySQL',
'pg' => 'DateTime::Format::Pg',
+ 'sqlite' => 'DateTime::Format::MySQL',
);
sub new {
Only in DateTime-Format-DBI-0.031.fixed: pm_to_blib