Skip Menu |

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

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

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

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



Subject: Email::Store doesn't commit transaction
Class::DBI defaults AutoCommit to 0 with Oracle and PostgreSQL. Since Email::Store never calls dbi_commit, no changes are saved if you use one of those backends.
I've attached a minimal diff that seems to fix it.
Download diff
application/octet-stream 964b

Message body not shown because it is not plain text.

[guest - Fri Jun 3 21:08:11 2005]: Show quoted text
> I've attached a minimal diff that seems to fix it. > >
I'll have a look at this week. Thanks.
PostgreSQL and Oracle are now detected and set to AutoCommit. -- rjbs