25 Feb
2005
25 Feb
'05
7:18 p.m.
Pascal Peregrina wrote at 2005-2-25 10:41 +0100:
I would like to know the simpliest way to get the date of the first (oldest) transaction in a ZODB. I use a Zope/Zeo configuration.
I was able to retrieve this date by using _p_jar.db().undoInfo(), but this takes time, because the first transaction is the last entry of the returned table...
Tim Peters has written a nice document with most information relevant for "FileStorage". I think, its name is "FileStorageBackup". Search for it... -- Dieter