Skip Menu |

This queue is for tickets about the Email-Store CPAN distribution.

Report information
The Basics
Id: 13068
Status: resolved
Priority: 0/
Queue: Email-Store

People
Owner: Nobody in particular
Requestors: ittigson [...] pobox.com
nate [...] cs.wisc.edu
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.24
Fixed in: (no value)



Subject: Postgres translation bug
In DBI.pm, inside the %map, PostgreSQL should be spelled with a capital S in the SQL part. The translation doesn't work correctly otherwise. Also, I needed to add an: elsif ($self->__driver eq "Pg") section to the import function and turn the AutoCommit flag on (via db_Main) to get the setup tables to stick.
Subject: Important typo in Email::Store::DBI
In the %map hash in Email::Store::DBI, PostgreSQL is misspelled as PostgresQL. This renders the translation stuff useless since it doesn't know anything about a PostgresQL database.
[guest - Thu Jun 2 22:32:42 2005]: Show quoted text
> In the %map hash in Email::Store::DBI, PostgreSQL is misspelled as > PostgresQL. This renders the translation stuff useless since it > doesn't know anything about a PostgresQL database.
Whoops. I'll fix that this week. There are actually some slightly larger problems with Postgres which i need to deal with.
Fixed in Subversion. There will be a release today. -- rjbs