1. 25 Apr, 2007 3 commits
  2. 23 Apr, 2007 1 commit
  3. 22 Apr, 2007 3 commits
    • Jim Fulton's avatar
      rearranged method order. · 5bc399bf
      Jim Fulton authored
      5bc399bf
    • Jim Fulton's avatar
      Added some more documentation. · 10310e0d
      Jim Fulton authored
      10310e0d
    • Jim Fulton's avatar
      Defined IStorageDB. As a result: · 924991e3
      Jim Fulton authored
      - Changed the signature for registerDB to ommit the unused second
        argument.  DB, the normal caller of registerDB will work with the
        old signature.
      
      - Loosened the input requirements to invalidate to not require a
        dictionary with unused keys.
      
      - Added a references function to give storages a way to extract object
        references from database records that will work with storage
        adapters that might change the record format, for example through
        encryption or compression.
      924991e3
  4. 28 Mar, 2007 2 commits
  5. 26 Mar, 2007 3 commits
  6. 09 Mar, 2007 3 commits
  7. 08 Mar, 2007 2 commits
  8. 07 Mar, 2007 1 commit
  9. 01 Mar, 2007 1 commit
  10. 28 Feb, 2007 1 commit
  11. 26 Feb, 2007 2 commits
  12. 16 Feb, 2007 1 commit
  13. 15 Feb, 2007 2 commits
  14. 05 Feb, 2007 2 commits
  15. 01 Feb, 2007 1 commit
  16. 30 Jan, 2007 1 commit
  17. 25 Dec, 2006 1 commit
  18. 20 Dec, 2006 2 commits
  19. 29 Nov, 2006 1 commit
  20. 21 Nov, 2006 1 commit
  21. 08 Sep, 2006 1 commit
    • Brian Sutherland's avatar
      merge 70049:70059 from the jinty-doom branch. · ff678cc9
      Brian Sutherland authored
      These are the ZODB part of the patches I posted to
      http://www.zope.org/Collectors/Zope3-dev/655 with an additional import cleanup.
      The issue was silent for over 2 weeks.
      
      Also my attempts at subscribing to zodb-dev or sending a message there
      dissapeared were doomed;)
      
      I'm fully willing to revert this if someone has an issue with it.
      
          ------------------------------------------------------------------------
          r70059 | jinty | 2006-09-08 16:26:44 +0200 (Fri, 08 Sep 2006) | 1 line
      
          Forgot the NEWS entry. Hope I did it right.
          ------------------------------------------------------------------------
          r70053 | jinty | 2006-09-08 14:43:26 +0200 (Fri, 08 Sep 2006) | 1 line
      
          Clean up wierd import dance with ZODB. This is unnecessary since the transaction module stopped being imported in ZODB/__init__.py in rev 39622.
          ------------------------------------------------------------------------
          r70051 | jinty | 2006-09-08 13:24:45 +0200 (Fri, 08 Sep 2006) | 1 line
      
          Add the ability to ask a transaction if it has been doomed i.e. isDoomed().
          ------------------------------------------------------------------------
          r70050 | jinty | 2006-09-08 13:13:06 +0200 (Fri, 08 Sep 2006) | 1 line
      
          Add the doom() function to transactions. Look at tests/doom.txt for more info.
          ------------------------------------------------------------------------
      
      
      ff678cc9
  22. 16 Aug, 2006 1 commit
  23. 27 Jul, 2006 1 commit
  24. 18 Jul, 2006 3 commits