[prev] [thread] [next] [lurker] [Date index for 2005/02/22]
Author: richardc Date: 2005-02-22 11:37:55 +0000 (Tue, 22 Feb 2005) New Revision: 1947 Modified: trunk/Email-Store/lib/Email/Store/DBI.pm Log: SQLite2 is SQLite Modified: trunk/Email-Store/lib/Email/Store/DBI.pm =================================================================== --- trunk/Email-Store/lib/Email/Store/DBI.pm 2005-02-22 11:05:12 UTC (rev 1946) +++ trunk/Email-Store/lib/Email/Store/DBI.pm 2005-02-22 11:37:55 UTC (rev 1947) @@ -31,8 +31,9 @@ } my %map = ( # Why SQL::Translator doesn't provide this I don't know - mysql => "MySQL", - Pg => "PostgreSQL" + mysql => "MySQL", + Pg => "PostgreSQL", + SQLite2 => "SQLite", ); sub translate {
Generated at 12:00 on 22 Feb 2005 by mariachi 0.52