Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Data-ObjectDriver CPAN distribution.

Report information
The Basics
Id: 65448
Status: open
Priority: 0/
Queue: Data-ObjectDriver

People
Owner: Nobody in particular
Requestors: felix.ostmann [...] thewar.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.08



Subject: reconnect not working when reuse_dbh is set!
rw_handle will try a reconnect if ping failed, but if reuse_dbh is set, he will always get back the broken connection from $Handles{$driver->dsn}! So perhaps if ($driver->dbh and !$driver->dbh->ping) { delete($Handles{$driver->dsn}); $driver->dbh(undef); } will fix that!
Fixed on github, thanks for reporting. Yann
From: dsteinbrunner [...] pobox.com
On Fri Feb 18 20:37:34 2011, YANNK wrote: Show quoted text
> Fixed on github, thanks for reporting.
I believe this ticket can be closed now.