Comment 1 for bug 251214

Revision history for this message
Jim Fulton (jim-zope) wrote : Re: [Bug 251214] [NEW] ZODB cross-database savepoints forget explicit connection adds

On Jul 23, 2008, at 1:16 PM, Fred Drake wrote:

> Public bug reported:
>
> It's possible for an object's association with a connection during the
> course of a transaction can be forgotten during a savepoint.

The problem is that Connection._implicitlyAdding considers something
to be implicitly added if it was added in a savepoint -- even if it
was explicitly added to the savepoint.

Jim

--
Jim Fulton
Zope Corporation