1. 08 Sep, 2010 8 commits
  2. 07 Sep, 2010 2 commits
    • Jim Fulton's avatar
      Bug fixed: · 7308aedf
      Jim Fulton authored
      The interface, ZODB.interfaces.IStorage was incorrect. The store
        method should never return a sequence of oid and serial pairs.
      7308aedf
    • Jim Fulton's avatar
      Bug fixed · b12b1016
      Jim Fulton authored
      ---------
      
      - Database connections didn't invalidate cache entries when conflict
        errors were raised in response to checkCurrentSerialInTransaction
        errors. Normally, this shouldn't be a problem, since there should be
        pending invalidations for these oids which will cause the object to
        be invalidated. There have been issues with ZEO persistent cache
        management that have caused out of date data to remain in the cache.
        (It's possible that the last of these were addressed in the
        3.10.0b5.) Invalidating read data when there is a conflict error
        provides some extra insurance.
      b12b1016
  3. 03 Sep, 2010 2 commits
  4. 02 Sep, 2010 20 commits
  5. 30 Aug, 2010 1 commit
    • Jim Fulton's avatar
      Bugs fixed · 09118c50
      Jim Fulton authored
      ----------
      
      - Shutting down a process while committing a transaction could cause
        ZEO client caches to have invalid data.  This, in turn caused stale
        data to remain in the cache until it was updated.
      09118c50
  6. 11 Aug, 2010 1 commit
  7. 19 Jul, 2010 2 commits
  8. 15 Jul, 2010 4 commits