Re: [CDBI] mod_perl problems
"Perrin Harkins" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
On 2/22/07, Bill Hess <[email protected]> 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