Re: Live_Objects abstraction

[prev] [thread] [next] [Date index for 2004/06/30]

From: Perrin Harkins
Subject: Re: Live_Objects abstraction
Date: 19:09 on 30 Jun 2004
On Wed, 2004-06-30 at 14:43, Boris Sukholitko wrote:
> 	In several places in my application I'm updating database tables
> directly. Naturally, I am seeing incorrect objects which have been left
> behind in Live_Objects hash.

That means your code has scoping bugs.

To just turn off the object indexing while you fix it, you can use this:

$Class::DBI::Weaken_Is_Available = 0;

We should provide a nicer method for doing that in the future, but this
works for now.

- Perrin

Live_Objects abstraction
Boris Sukholitko 18:43 on 30 Jun 2004

Re: Live_Objects abstraction
Perrin Harkins 19:09 on 30 Jun 2004

Generated at 11:34 on 01 Dec 2004 by mariachi v0.52