Re: Live_Objects abstraction
[prev]
[thread]
[next]
[Date index for 2004/06/30]
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
|
|
Re: Live_Objects abstraction
Perrin Harkins 19:09 on 30 Jun 2004
|