Skip Menu |

This queue is for tickets about the DBIx-HA CPAN distribution.

Report information
The Basics
Id: 35387
Status: resolved
Priority: 0/
Queue: DBIx-HA

People
Owner: Nobody in particular
Requestors: TIMB [...] cpan.org
Cc:
AdminCc:

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



Subject: prepare() doesn't pass $attr argument through
in prepare() $dbh->SUPER::prepare($sql); should be: $dbh->SUPER::prepare($sql, @_); this is to work with drivers like DBD::Gofer.
Tim, I've committed this now to the Google Code SVN. Thanks for the contribution. Mark