[CDBI] mod_perl problems
Perrin Harkins
pharkins at gmail.com
Sat Feb 24 14:31:24 GMT 2007
On 2/22/07, Bill Hess <bhess at techrg.com> wrote:
> - but still having "caching" issues.
Can you describe the symptoms? Is it reproducible? What database are
you using? Have you checked the isolation level?
> $MyClass::DBI::weaken_is_available = 0;
>
> Should this do the trick?
No. You have to do exactly what it shows in the wiki:
$Class::DBI::Weaken_Is_Available = 0;
- Perrin
More information about the ClassDBI
mailing list