29 Jan
2004
29 Jan
'04
10:44 a.m.
On Wednesday 28 January 2004 19:12, Paul Winkler wrote:
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?
Use the storage's history() method? -- Toby Dickenson