8 Dec
2003
8 Dec
'03
8:36 p.m.
Dieter Maurer wrote at 2003-12-7 14:15 +0100:
Playing with Zope Head (as of 2003-12-04) revealed problems with refresh.
Turns out to be a bug in "ZODB.Connection.Connection._setDB": "ConnectionObjectReader" used the old cache while "refresh" cause a new cache to be installed later in "_resetCache". Patch attached. -- Dieter