1. 16 Sep, 2010 3 commits
  2. 13 Sep, 2010 1 commit
  3. 12 Sep, 2010 3 commits
  4. 10 Sep, 2010 6 commits
  5. 09 Sep, 2010 10 commits
  6. 08 Sep, 2010 6 commits
  7. 07 Sep, 2010 2 commits
    • Jim Fulton's avatar
      Bug fixed: · 10840be5
      Jim Fulton authored
      The interface, ZODB.interfaces.IStorage was incorrect. The store
        method should never return a sequence of oid and serial pairs.
      10840be5
    • Jim Fulton's avatar
      Bug fixed · 1397ada8
      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.
      1397ada8
  8. 03 Sep, 2010 2 commits
  9. 02 Sep, 2010 7 commits