[ZODB-Dev] List of modified objects
    Jim Fulton 
    jim at zope.com
       
    Thu Dec  2 05:05:13 EST 2004
    
    
  
Thomas Guettler wrote:
> Hi,
> 
> How can you get the list of all objects which where
> modified in a transaction?
> 
> I want to be sure that a read only access does not change
> anything. The transaction gets finished with abort(). Before
> the abort I like to check if the list of modified objects is empty.
> 
> Software: ZODB 3.2, ZEO with FileStorage, Linux.
There isn't a public API for this. I think that there should be.
Jim
-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org
    
    
More information about the ZODB-Dev
mailing list