On Tue, Jul 26, 2011 at 3:55 AM, Stéphane Klein <steph...@harobed.org> wrote:
> Hi,
>
> some time ago, someone ask how to get list of all objects which where
> modified in a transaction :
> http://article.gmane.org/gmane.comp.web.zope.zodb/5734
>
> Jim Fulton said « there isn't a public API for this ».
>
> I would like to know if this api exists nowadays ?

No. Is your goal the same as before? Is it that
you want to make sure that a transaction is read-only?

If so, maybe it would be better to express this directly.
Something like:

   transaction.get().assert_read_only()

-- 
Jim Fulton
http://www.linkedin.com/in/jimfulton
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to