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