Re: persistence and __setstate__
[email protected] (Jeremy Hylton) Wed, 31 Jul 2002 11:58:06 -0400
| Newsgroups | gmane.comp.python.zope.zodb4 |
|---|---|
| Message-ID | <[email protected]> |
I think I follow you now! We could add a special ZODB method -- call it _p_update_object() for now -- that would commit the object state in a separate transaction. I think the dance would be delicate but doable. Jeremy