[ZODB-Dev] Undo in run-time

Barry A. Warsaw barry@zope.com
Mon, 28 Oct 2002 11:15:32 -0500


>>>>> "JH" == Jeremy Hylton <jeremy@zope.com> writes:

    JH> I'm not actually sure what will happen if you undo an object's
    JH> creation.  It would be easy to create a small test to see, but
    JH> I don't have time to do that today.

I think about the only thing you can do to an object that has been
"George Bailey'd" (i.e. its creation has been undone), is to undo the
transaction that undid the creation, assuming transactional undo.
Anything else will (I think) produce a ConflictError.

-Barry