Re: [CDBI] Re: Transaction over parent and children has_a objects
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2006-04-07 at 09:42 -0500, Peter Speltz wrote: > Is this a memory leak? No. What I suggest you do is try to get a situation where it fails every time, and then start taking things out until it either works or you have a small test that you can share. I'm still guessing that $class->dbi_commit and $class->db_Main are not hitting the same database connection. - Perrin