• Jeremy Hylton's avatar
    Handle abortVersion() correctly with all versions of ZODB. · c22d1701
    Jeremy Hylton authored
    Different versions of ZODB do different things with the serialnos for
    abortVersion().  To be safe and avoid giving non-version data with an
    invalid serialno after an abort version, invalidate the version and
    non-version data.
    
    This hurts cache effectiveness when a version is aborted, but I expect
    it will have little practical impact.
    c22d1701
ClientStorage.py 18.1 KB