29 Jan
2004
29 Jan
'04
12:26 p.m.
Hi Paul, Paul Winkler schrieb:
Given an OID for an object in the zodb, can I ...
- find out what revisions are still in the zodb?
- find out what transactions modified this object? I think I can do it by using utilities/ZODBTools/fsdump.py and grepping the output. Is there an easier way?
From which context? If inside Zope, just look how OFS.History implemented it. Regards Tino Wildenhain