Skip Menu |

This queue is for tickets about the Maypole CPAN distribution.

Report information
The Basics
Id: 6569
Status: resolved
Priority: 0/
Queue: Maypole

People
Owner: Nobody in particular
Requestors: jester [...] panix.com
Cc: maypole-dev [...] lists.netthink.co.uk
AdminCc:

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



Subject: Passing DBI options in setup()
Mickael Joanne provides a patch to allow Maypole to accept DBI options in the setup() call, as in: BeerDB->setup("dbi:Pg:dbname=beer;host=localhost;", "user", "passord", { AutoCommit => 1, RaiseError => 1, PrintError => 0 }, ); This is a simple fix and a necessary one. Discussion and patch at: http://lists.netthink.co.uk/pipermail/maypole/2004-June/000355.html