> 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.
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. _implicitlyAddi ng 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